aboutsummaryrefslogtreecommitdiff
path: root/src/components/public_timeline/public_timeline.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-12-08 16:05:41 +0200
committerHenry Jameson <me@hjkos.com>2019-12-08 16:05:41 +0200
commitff95d865d223fed5bab2a4d72ff3a22f014d3c56 (patch)
treea67840ba29f9c3ac100189e40ff392a0ae134c61 /src/components/public_timeline/public_timeline.js
parent172ebaf4e67358852bfaafd8f069763ca5e602b1 (diff)
Updated streaming and improved error-handling, some more refactoring to api
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 8976a99c..66c40d3a 100644
--- a/src/components/public_timeline/public_timeline.js
+++ b/src/components/public_timeline/public_timeline.js
@@ -10,7 +10,7 @@ const PublicTimeline = {
this.$store.dispatch('startFetchingTimeline', { timeline: 'public' })
},
destroyed () {
- this.$store.dispatch('stopFetching', 'public')
+ this.$store.dispatch('stopFetchingTimeline', 'public')
}
}