Show bubble_timeline in the api if any instances are set in it, do not show if none...
authorfoxing <foxing@noreply.akkoma>
Sat, 11 Mar 2023 03:26:48 +0000 (03:26 +0000)
committerfoxing <foxing@noreply.akkoma>
Sat, 11 Mar 2023 03:26:48 +0000 (03:26 +0000)
lib/pleroma/web/mastodon_api/views/instance_view.ex

index 2717da99d950b3c441ee3c7263c30b4ba61959ae..d06c80a12bd72ae5927b1bf0733619b2fd028777 100644 (file)
@@ -67,6 +67,9 @@ defmodule Pleroma.Web.MastodonAPI.InstanceView do
       "pleroma:api/v1/notifications:include_types_filter",
       "quote_posting",
       "editing",
+      if Config.get([:instance, :local_bubble], []) != [] do
+        "bubble_timeline"
+      end,
       if Config.get([:media_proxy, :enabled]) do
         "media_proxy"
       end,