mirror of
https://git.youjo.love/youjo/youjo-be.git
synced 2025-02-13 16:13:21 +01:00
detect bubble tl and add to features panel probably
This commit is contained in:
parent
466a3ec943
commit
529b97051f
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue