Skip to content
Snippets Groups Projects
Commit 4f0155c5 authored by lain's avatar lain
Browse files

Timeline status adding fixes.

Don't show new statuses immediately if we already have something in there.
parent ce0071d6
No related branches found
No related tags found
No related merge requests found
......@@ -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: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment