Merge remote-tracking branch 'origin/develop' into shigusegubu
* origin/develop: (28 commits) Update CHANGELOG.md don't dismiss a rejected follow request on server mark single notifs as seen properly on server follow request bugfixes, wrong text, notifs not being marked as read, approving from follow request view Add support for follow request notifications Update CHANGELOG.md Update CHANGELOG.md Prioritize custom emoji a lot and boost exact matches to the top Allow emoji suggestions based on a match anywhere in the emoji name, but improve sorting Refactor status showing/hiding code for better handling of edge cases and easier comprehension Fix user names with the RTL char in notifications Fix pagination Update CHANGELOG.md don't dismiss a rejected follow request on server mark single notifs as seen properly on server follow request bugfixes, wrong text, notifs not being marked as read, approving from follow request view Update CHANGELOG.md remove with_move param Add support for follow request notifications Update CHANGELOG.md ...
This commit is contained in:
commit
b5afffdac4
16 changed files with 574 additions and 79 deletions
|
|
@ -34,7 +34,8 @@ export const defaultState = {
|
|||
likes: true,
|
||||
repeats: true,
|
||||
moves: true,
|
||||
emojiReactions: false
|
||||
emojiReactions: false,
|
||||
followRequest: true
|
||||
},
|
||||
webPushNotifications: false,
|
||||
muteWords: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue