Remote interaction with posts (#198)
[akkoma] / lib / pleroma / web / mastodon_api / views / instance_view.ex
index 6612a7ec1fe06f551a6f151a31d6f6d535c017e3..4fed1af74de38453eeb7db3d3b9c3e19e074f043 100644 (file)
@@ -85,7 +85,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