detect bubble tl and add to features panel probably

This commit is contained in:
Chizu 2023-03-10 03:27:36 +09:00
parent 466a3ec943
commit 529b97051f

View file

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