Updated notifications to set filter if view query is present on load
• Updated: - notifications to set filter if view query is present on load
This commit is contained in:
@@ -88,4 +88,13 @@ export const THEMES = [
|
||||
]
|
||||
|
||||
export const DEFAULT_THEME = 'light'
|
||||
export const DEFAULT_FONT_SIZE = 'normal'
|
||||
export const DEFAULT_FONT_SIZE = 'normal'
|
||||
|
||||
export const NOTIFICATION_FILTERS = [
|
||||
'all',
|
||||
'mention',
|
||||
'favourite',
|
||||
'reblog',
|
||||
'poll',
|
||||
'follow',
|
||||
]
|
||||
Reference in New Issue
Block a user