aboutsummaryrefslogtreecommitdiff
path: root/src/components/public_and_external_timeline
diff options
context:
space:
mode:
authorjasper <jasper92341@hotmail.com>2019-04-04 09:03:56 -0700
committerjasper <jasper92341@hotmail.com>2019-04-04 09:03:56 -0700
commita1275be4c0c83dc848e402bb631990d0cb27bb8c (patch)
tree29dc12d32451c9327bf8e2c89a4df1fd1c2749c5 /src/components/public_and_external_timeline
parent7c2b65e9a3645d0c6f8bd88abe6f10ff6b016a9c (diff)
Separate timeline and notification
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')