diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index c91c8d57..a52a6ac0 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -150,6 +150,9 @@ const Timeline = { this.$store.commit('showNewStatuses', { timeline: this.timelineName }) this.paused = false } + if (!this.inProfile) { + window.scrollTo({ top: 0 }) + } }, fetchOlderStatuses: throttle(function () { const store = this.$store