aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-12-02 13:36:11 +0300
committerHenry Jameson <me@hjkos.com>2018-12-02 13:36:11 +0300
commitb555d617e4fc1b2ea3fef7e56ffcfde983583418 (patch)
tree797fa0d858211da47bd8dde76944954c602d29e0 /src/main.js
parente15b9bddbb23e36632982296a7c9ec01fd2bb7c7 (diff)
removes hacks from notifications storage, adds api call to let server update
is_seen attribute
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 9f094ada..378fe95c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -47,7 +47,6 @@ const persistedStateOptions = {
paths: [
'config',
'users.lastLoginName',
- 'statuses.notifications.maxSavedId',
'oauth'
]
}