Update instance_view.ex

This commit is contained in:
Chizu 2023-03-11 09:45:32 +09:00
parent c9574ac7f3
commit e3c22eedb3

View file

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