Expose availability of GET /main/ostatus via instance
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
f9c39ef9e1
commit
aadcd17838
1 changed files with 2 additions and 1 deletions
|
@ -84,7 +84,8 @@ def features do
|
|||
if Config.get([:translator, :enabled], false) do
|
||||
"akkoma:machine_translation"
|
||||
end,
|
||||
"custom_emoji_reactions"
|
||||
"custom_emoji_reactions",
|
||||
"pleroma:get:main/ostatus"
|
||||
]
|
||||
|> Enum.filter(& &1)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue