From b8c1b25397f2a07811fa381977a372595ffe3786 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Tue, 14 Jul 2020 15:08:04 +0300 Subject: remove most of reply preview and autoload related stuff --- src/components/timeline/timeline.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/timeline/timeline.js') diff --git a/src/components/timeline/timeline.js b/src/components/timeline/timeline.js index bac73022..a829bd02 100644 --- a/src/components/timeline/timeline.js +++ b/src/components/timeline/timeline.js @@ -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() -- cgit v1.2.3-70-g09d2