aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-04-09 15:24:33 +0000
committerShpuld Shpludson <shp@cock.li>2019-04-09 15:24:33 +0000
commit1e9ddcb0da433b70c4146c49f3fbeba6bd44b660 (patch)
tree9fb57b416f7b20dcc1c6e09f0824d8d6c42e4ac9 /src/components/notifications
parent546ced43d9edbaf176f71b010aadc11bf7e5e851 (diff)
parent1c04cd2036cb93e8a9f1729d26004719331e31dd (diff)
Merge branch 'fix/notification-bugs' into 'develop'
#474 Fix notification bugs Closes #474 See merge request pleroma/pleroma-fe!728
Diffstat (limited to 'src/components/notifications')
-rw-r--r--src/components/notifications/notifications.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js
index d3db4b29..d9ce7604 100644
--- a/src/components/notifications/notifications.js
+++ b/src/components/notifications/notifications.js
@@ -10,13 +10,6 @@ const Notifications = {
props: [
'noHeading'
],
- created () {
- const store = this.$store
- const credentials = store.state.users.currentUser.credentials
-
- const fetcherId = notificationsFetcher.startFetching({ store, credentials })
- this.$store.commit('setNotificationFetcher', { fetcherId })
- },
data () {
return {
bottomedOut: false