Merge pull request 'Show bubble_timeline in the api if any instances are set in it' (#502) from foxing/akkoma:foxing-patch-1 into develop
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: #502
This commit is contained in:
floatingghost 2023-03-21 10:13:41 +00:00
commit 281c4636fa
1 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,9 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
"pleroma:api/v1/notifications:include_types_filter",
"quote_posting",
"editing",
if !Enum.empty?(Config.get([:instance, :local_bubble], [])) do
"bubble_timeline"
end,
if Config.get([:media_proxy, :enabled]) do
"media_proxy"
end,