forked from AkkomaGang/akkoma
Add "exposable_reactions" to features, if showing reactions
This commit is contained in:
parent
6b3842cf50
commit
555d7d57c9
1 changed files with 4 additions and 1 deletions
|
@ -83,7 +83,10 @@ def features do
|
||||||
"safe_dm_mentions"
|
"safe_dm_mentions"
|
||||||
end,
|
end,
|
||||||
"pleroma_emoji_reactions",
|
"pleroma_emoji_reactions",
|
||||||
"pleroma_chat_messages"
|
"pleroma_chat_messages",
|
||||||
|
if Config.get([:instance, :show_reactions]) do
|
||||||
|
"exposable_reactions"
|
||||||
|
end
|
||||||
]
|
]
|
||||||
|> Enum.filter(& &1)
|
|> Enum.filter(& &1)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue