diff options
| author | jasper <jasper92341@hotmail.com> | 2019-04-04 09:03:56 -0700 |
|---|---|---|
| committer | jasper <jasper92341@hotmail.com> | 2019-04-04 09:03:56 -0700 |
| commit | a1275be4c0c83dc848e402bb631990d0cb27bb8c (patch) | |
| tree | 29dc12d32451c9327bf8e2c89a4df1fd1c2749c5 /src/components/public_timeline | |
| parent | 7c2b65e9a3645d0c6f8bd88abe6f10ff6b016a9c (diff) | |
Separate timeline and notification
Diffstat (limited to 'src/components/public_timeline')
| -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') |
