remove most of reply preview and autoload related stuff

This commit is contained in:
Shpuld Shpuldson 2020-07-14 15:08:04 +03:00
parent 3e09a708f6
commit b8c1b25397
31 changed files with 1 additions and 41 deletions

View file

@ -148,7 +148,6 @@ const Timeline = {
const bodyBRect = document.body.getBoundingClientRect()
const height = Math.max(bodyBRect.height, -(bodyBRect.y))
if (this.timeline.loading === false &&
this.$store.getters.mergedConfig.autoLoad &&
this.$el.offsetHeight > 0 &&
(window.innerHeight + window.pageYOffset) >= (height - 750)) {
this.fetchOlderStatuses()