Added follow requests to notifications page
• Added: - follow requests to notifications • Updated: - ui.js will mount to listen for path for follow_requests to set filter - notification action expandNotifications to not request if filter is follow_request - order of notification_filters - AccountAuthorize - FollowRequest page
This commit is contained in:
@@ -97,6 +97,7 @@ export const NOTIFICATION_FILTERS = [
|
||||
'mention',
|
||||
'favourite',
|
||||
'reblog',
|
||||
'poll',
|
||||
'follow',
|
||||
'poll',
|
||||
'follow_requests',
|
||||
]
|
||||
Reference in New Issue
Block a user