From b58b6af3ba0a0a8badbf0f1c3fba753112f3bf54 Mon Sep 17 00:00:00 2001 From: Oneric Date: Fri, 22 Nov 2024 22:34:41 +0100 Subject: [PATCH] cosmetic: adapt software name in internal actor descriptions --- lib/pleroma/web/activity_pub/views/user_view.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pleroma/web/activity_pub/views/user_view.ex b/lib/pleroma/web/activity_pub/views/user_view.ex index 2ca31fc3c..34d3c65cc 100644 --- a/lib/pleroma/web/activity_pub/views/user_view.ex +++ b/lib/pleroma/web/activity_pub/views/user_view.ex @@ -43,9 +43,9 @@ def render("service.json", %{user: user}) do "followers" => "#{user.ap_id}/followers", "inbox" => "#{user.ap_id}/inbox", "outbox" => "#{user.ap_id}/outbox", - "name" => "Pleroma", + "name" => "Akkoma", "summary" => - "An internal service actor for this Pleroma instance. No user-serviceable parts inside.", + "An internal service actor for this Akkoma instance. No user-serviceable parts inside.", "url" => user.ap_id, "manuallyApprovesFollowers" => false, "publicKey" => %{