2022.09 stable #160

Merged
floatingghost merged 61 commits from develop into stable 2022-09-10 14:39:14 +00:00
Showing only changes of commit c301daa276 - Show all commits

View file

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