diff options
| author | Henry Jameson <spam@hjkos.com> | 2021-01-13 22:17:10 +0200 |
|---|---|---|
| committer | Henry Jameson <spam@hjkos.com> | 2021-01-13 22:17:29 +0200 |
| commit | 9a8bc245a6f76f1a41da9d05408dadc36625ffe9 (patch) | |
| tree | e193ee2126a86d84369b95d1eb47d69cc13cfda4 /src/components/notifications | |
| parent | 48bef143d86b02d7feeeac3e1faa0e5e00e09ea6 (diff) | |
fixed few-posts TLs when streaming is enabled
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.js | 5 |
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' |
