Remote interaction with posts #198

Merged
floatingghost merged 8 commits from norm/akkoma:remote-interaction into develop 2022-09-08 10:19:23 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit aadcd17838 - Show all commits

View File

@ -84,7 +84,8 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
if Config.get([:translator, :enabled], false) do
"akkoma:machine_translation"
end,
"custom_emoji_reactions"
"custom_emoji_reactions",
"pleroma:get:main/ostatus"
]
|> Enum.filter(& &1)
end