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/timeline/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/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 1da7d5cc..19d9a9ac 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -52,7 +52,7 @@ const Timeline = { window.addEventListener('scroll', this.scrollLoad) - if (this.timelineName === 'friends' && !credentials) { return false } + if (store.state.api.fetchers[this.timelineName]) { return false } timelineFetcher.fetchAndUpdate({ store, |
