Add events to features

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-11-29 19:59:40 +01:00
parent 87e9b4c5ef
commit c2f6a4c452

View file

@ -173,7 +173,8 @@ def features do
"pleroma:get:main/ostatus",
if Pleroma.Language.Translation.configured?() do
"translation"
end
end,
"events"
]
|> Enum.filter(& &1)
end