forked from AkkomaGang/akkoma
Compare commits
2 commits
c0a99df06a
...
b1b9ecd91f
Author | SHA1 | Date | |
---|---|---|---|
b1b9ecd91f | |||
98238a4e48 |
1 changed files with 1 additions and 3 deletions
|
@ -39,13 +39,11 @@ def render("service.json", %{user: user}) do
|
|||
%{
|
||||
"id" => user.ap_id,
|
||||
"type" => "Application",
|
||||
"following" => "#{user.ap_id}/following",
|
||||
"followers" => "#{user.ap_id}/followers",
|
||||
"inbox" => "#{user.ap_id}/inbox",
|
||||
"outbox" => "#{user.ap_id}/outbox",
|
||||
"name" => "Pleroma",
|
||||
"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" => %{
|
||||
|
|
Loading…
Reference in a new issue