Improve the message from the test notification

It makes it more clear it's a test from a Mix task
This commit is contained in:
duponin 2022-12-17 18:35:40 +01:00
parent a810cdee77
commit 52fed681d4

View file

@ -766,7 +766,7 @@ defmodule Pleroma.Notification do
{:ok, activity} =
Pleroma.Web.CommonAPI.post(from, %{
:content_type => "text/plain",
:status => "Test notification",
:status => "This is a test notification made from a mix task.",
:visibility => "direct",
"source" => "The Wired"
})