aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline/timeline.js
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-07-14 12:47:10 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-07-14 12:47:10 +0000
commit6fe075103712ea7b335d2a7b9d02da1316d4a4fd (patch)
tree1353fa7d7a8bfe8aecb38193b4f970325e989dff /src/components/timeline/timeline.js
parent3e09a708f600b47dde831eeddb412828b38a0cf4 (diff)
parent97a01b057de79fdd5e8a9a19c99fcac571c5e78f (diff)
Merge branch 'cleanup/remove-stupid-optns' into 'develop'
Cleanup/remove stupid options See merge request pleroma/pleroma-fe!1187
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()