diff options
| author | Alexander Tumin <iamtakingiteasy@eientei.org> | 2023-03-02 11:13:05 +0300 |
|---|---|---|
| committer | Alexander Tumin <iamtakingiteasy@eientei.org> | 2023-03-17 20:28:16 +0300 |
| commit | 832019b2c26f7b219db75e47060ab95251c14c26 (patch) | |
| tree | 7bedb829db8c0900a04647efdfef616f4a4c84df /src/modules/instance.js | |
| parent | 998aa8f732bbf9d074abeb5916ceb5effd8afe5c (diff) | |
Hide custom emoji in reaction picker when BE does not advertise pleroma_custom_emoji_reactions
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 938ca64d..bb0292da 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -123,6 +123,7 @@ const defaultState = { // Feature-set, apparently, not everything here is reported... shoutAvailable: false, pleromaChatMessagesAvailable: false, + pleromaCustomEmojiReactionsAvailable: false, gopherAvailable: false, mediaProxyAvailable: false, suggestionsEnabled: false, |
