aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2021-03-15 09:45:38 +0000
committerShpuld Shpludson <shp@cock.li>2021-03-15 09:45:38 +0000
commita00212a3bbc029439a27ba01895e01adf37a2db6 (patch)
tree7848bf740d0e081501ccb194031329ce5980d337 /src/components/notifications/notifications.js
parent184364c7e06a982b48bbe6d913f02a73dd428aef (diff)
parenta8967d85bd7ae1541f1d4e41e95fc8fa111f2360 (diff)
Merge branch 'websocket-fixes' into 'develop'
Various websocket fixes See merge request pleroma/pleroma-fe!1326
Diffstat (limited to 'src/components/notifications/notifications.js')
-rw-r--r--src/components/notifications/notifications.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js
index 49258563..d6bd6375 100644
--- a/src/components/notifications/notifications.js
+++ b/src/components/notifications/notifications.js
@@ -35,11 +35,6 @@ const Notifications = {
seenToDisplayCount: DEFAULT_SEEN_TO_DISPLAY_COUNT
}
},
- created () {
- const store = this.$store
- const credentials = store.state.users.currentUser.credentials
- notificationsFetcher.fetchAndUpdate({ store, credentials })
- },
computed: {
mainClass () {
return this.minimalMode ? '' : 'panel panel-default'