Timeline status adding fixes.

Don't show new statuses immediately if we already have something in there.
このコミットが含まれているのは:
Roger Braun 2016-11-24 18:31:18 +01:00
コミット 4f0155c5eb
1個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -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: {