diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-07-03 19:45:49 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-07-03 19:45:49 +0000 |
| commit | 76de4a31328099d3bd3eb42b01929af14ea32e24 (patch) | |
| tree | c289fdff07b399d9dbd19e024dde2b6322ead655 /src/components/timeline/timeline.js | |
| parent | 7bd89b579f9fa20a046b67dbf5cd14967b07981c (diff) | |
| parent | de291e2e33f1d9e04b27ed30ba3b012d73178e63 (diff) | |
Merge branch 'bookmarks' into 'develop'
Bookmarks
Closes #472
See merge request pleroma/pleroma-fe!903
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 d6519f4a..bac73022 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -137,7 +137,7 @@ const Timeline = { showImmediately: true, userId: this.userId, tag: this.tag - }).then(statuses => { + }).then(({ statuses }) => { store.commit('setLoading', { timeline: this.timelineName, value: false }) if (statuses && statuses.length === 0) { this.bottomedOut = true |
