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_and_external_timeline | |
| 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_and_external_timeline')
| -rw-r--r-- | src/components/public_and_external_timeline/public_and_external_timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/public_and_external_timeline/public_and_external_timeline.js b/src/components/public_and_external_timeline/public_and_external_timeline.js index d45677e0..f614c13b 100644 --- a/src/components/public_and_external_timeline/public_and_external_timeline.js +++ b/src/components/public_and_external_timeline/public_and_external_timeline.js @@ -7,7 +7,7 @@ const PublicAndExternalTimeline = { timeline () { return this.$store.state.statuses.timelines.publicAndExternal } }, created () { - this.$store.dispatch('startFetching', { timeline: 'publicAndExternal' }) + this.$store.dispatch('startFetchingTimeline', { timeline: 'publicAndExternal' }) }, destroyed () { this.$store.dispatch('stopFetching', 'publicAndExternal') |
