diff options
| author | dave <starpumadev@gmail.com> | 2019-04-09 15:42:05 -0400 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-04-09 15:42:05 -0400 |
| commit | d498a26af5135e3f612769cf4f46bec978a99b20 (patch) | |
| tree | c5d86873a5ebbc23bcdf03e7559d040f5d3e8e39 /src/components/public_timeline/public_timeline.js | |
| parent | d3218807b4b363a09795857f9f366ad2a40d7d07 (diff) | |
| parent | d7cf841dfe6e434b27afed32ef2fcf214c5b6bc4 (diff) | |
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into issue-436-mastoapi-notifications
Diffstat (limited to 'src/components/public_timeline/public_timeline.js')
| -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') |
