aboutsummaryrefslogtreecommitdiff
path: root/src/components/public_timeline/public_timeline.js
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/public_timeline/public_timeline.js
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/public_timeline/public_timeline.js')
-rw-r--r--src/components/public_timeline/public_timeline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/public_timeline/public_timeline.js b/src/components/public_timeline/public_timeline.js
index 64c951ac..8976a99c 100644
--- a/src/components/public_timeline/public_timeline.js
+++ b/src/components/public_timeline/public_timeline.js
@@ -7,7 +7,7 @@ const PublicTimeline = {
timeline () { return this.$store.state.statuses.timelines.public }
},
created () {
- this.$store.dispatch('startFetching', { timeline: 'public' })
+ this.$store.dispatch('startFetchingTimeline', { timeline: 'public' })
},
destroyed () {
this.$store.dispatch('stopFetching', 'public')