From 52fed681d43ff873b835c1cc769ccfe041073069 Mon Sep 17 00:00:00 2001 From: duponin Date: Sat, 17 Dec 2022 18:35:40 +0100 Subject: [PATCH] Improve the message from the test notification It makes it more clear it's a test from a Mix task --- lib/pleroma/notification.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pleroma/notification.ex b/lib/pleroma/notification.ex index e4e9c81d9..6a9df31df 100644 --- a/lib/pleroma/notification.ex +++ b/lib/pleroma/notification.ex @@ -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" })