aboutsummaryrefslogtreecommitdiff
path: root/src/components/notifications/notifications.js
diff options
context:
space:
mode:
authordave <starpumadev@gmail.com>2019-04-09 15:42:05 -0400
committerdave <starpumadev@gmail.com>2019-04-09 15:42:05 -0400
commitd498a26af5135e3f612769cf4f46bec978a99b20 (patch)
treec5d86873a5ebbc23bcdf03e7559d040f5d3e8e39 /src/components/notifications/notifications.js
parentd3218807b4b363a09795857f9f366ad2a40d7d07 (diff)
parentd7cf841dfe6e434b27afed32ef2fcf214c5b6bc4 (diff)
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into issue-436-mastoapi-notifications
Diffstat (limited to 'src/components/notifications/notifications.js')
-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 375e4751..e341212e 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