diff options
| author | dtluna <dtluna@openmailbox.org> | 2016-11-25 21:02:53 -0500 |
|---|---|---|
| committer | dtluna <dtluna@openmailbox.org> | 2016-11-25 21:02:53 -0500 |
| commit | cb940a8742307ee069e3da567058d098f59990b6 (patch) | |
| tree | 8a4c3e6f8c52736dd3180f6017280fcbc2376ebb /src/components/timeline/timeline.js | |
| parent | 01edb7dbe498b434e258451af94d1bca287d2e40 (diff) | |
| parent | 1be1d7563c94fa961c1cc0cef03e7e4e69df178a (diff) | |
Merge branch 'develop' into 'feature/attachment-form-improvements'
# Conflicts:
# src/components/attachment/attachment.js
Diffstat (limited to 'src/components/timeline/timeline.js')
| -rw-r--r-- | src/components/timeline/timeline.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index 4ebc383f..8799e69c 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -12,12 +12,13 @@ const Timeline = { created () { const store = this.$store const credentials = store.state.users.currentUser.credentials + const showImmediately = this.timeline.visibleStatuses.length === 0 timelineFetcher.fetchAndUpdate({ store, credentials, timeline: this.timelineName, - showImmediately: true + showImmediately }) }, methods: { |
