expose bubble timeline availability
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
8e12a2ca25
commit
63a0288885
1 changed files with 3 additions and 0 deletions
|
@ -183,6 +183,9 @@ def features do
|
|||
"events",
|
||||
"multitenancy",
|
||||
"pleroma:bites",
|
||||
if !Enum.empty?(Config.get([:instance, :local_bubble], [])) do
|
||||
"bubble_timeline"
|
||||
end,
|
||||
# Akkoma compatibility
|
||||
if Pleroma.Language.Translation.configured?() do
|
||||
"akkoma:machine_translation"
|
||||
|
|
Loading…
Reference in a new issue