aboutsummaryrefslogtreecommitdiff
path: root/src/components/public_and_external_timeline
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/public_and_external_timeline
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/public_and_external_timeline')
-rw-r--r--src/components/public_and_external_timeline/public_and_external_timeline.js2
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')