diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-04-09 15:24:33 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-04-09 15:24:33 +0000 |
| commit | 1e9ddcb0da433b70c4146c49f3fbeba6bd44b660 (patch) | |
| tree | 9fb57b416f7b20dcc1c6e09f0824d8d6c42e4ac9 /src/components/public_timeline/public_timeline.js | |
| parent | 546ced43d9edbaf176f71b010aadc11bf7e5e851 (diff) | |
| parent | 1c04cd2036cb93e8a9f1729d26004719331e31dd (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.js | 2 |
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') |
