Emoji Reactions - fixes and improvements
This commit is contained in:
parent
17b6d8ddb8
commit
f6b482be51
18 changed files with 236 additions and 47 deletions
|
@ -20,6 +20,7 @@ export const defaultState = {
|
|||
autoLoad: true,
|
||||
streaming: false,
|
||||
hoverPreview: true,
|
||||
emojiReactionsOnTimeline: true,
|
||||
autohideFloatingPostButton: false,
|
||||
pauseOnUnfocused: true,
|
||||
stopGifs: false,
|
||||
|
@ -29,7 +30,8 @@ export const defaultState = {
|
|||
mentions: true,
|
||||
likes: true,
|
||||
repeats: true,
|
||||
moves: true
|
||||
moves: true,
|
||||
emojiReactions: false
|
||||
},
|
||||
webPushNotifications: false,
|
||||
muteWords: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue