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:
mgabdev
2020-05-21 18:03:35 -04:00
parent 1f84ff8f1a
commit 3c310c457b
4 changed files with 28 additions and 36 deletions

View File

@@ -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',
]