aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-15 09:01:40 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-15 09:01:40 -0500
commit49aaf9dc57282d27ce638463b7a10ed862556350 (patch)
tree18b599b847eba9fb3ef6a5f1fb4678f70d0bf7c6 /src/components/timeline/timeline.js
parent8fcd37a3b9c3c66afd5bcf08b083db9eee0bd652 (diff)
parentfd94dba6d0796e946430f7e594fdfcfd6b5a460c (diff)
Merge branch 'develop' into refactor/notification_settings
Diffstat (limited to 'src/components/timeline/timeline.js')
-rw-r--r--src/components/timeline/timeline.js1
1 files changed, 0 insertions, 1 deletions
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()