clear userId property of timeline by default in clearTimeline action

This commit is contained in:
taehoon 2019-07-02 14:32:46 -04:00
parent 221db9f210
commit 0e9b8be88c
2 changed files with 4 additions and 3 deletions

View file

@ -86,7 +86,7 @@ const Timeline = {
if (this.newStatusCount === 0) return
if (this.timeline.flushMarker !== 0) {
this.$store.commit('clearTimeline', { timeline: this.timelineName })
this.$store.commit('clearTimeline', { timeline: this.timelineName, excludeUserId: true })
this.$store.commit('queueFlush', { timeline: this.timelineName, id: 0 })
this.fetchOlderStatuses()
} else {