From 78573a63535c42b147dc9a93994b511ccd40f101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 25 Jun 2022 15:13:26 +0200 Subject: [PATCH] Set infinite scroll to true by default --- conf/nitter.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nitter.conf b/conf/nitter.conf index 917b6a2..287692d 100644 --- a/conf/nitter.conf +++ b/conf/nitter.conf @@ -37,4 +37,4 @@ replaceReddit = "__REPLACE_REDDIT__" replaceInstagram = "__REPLACE_INSTAGRAM__" proxyVideos = true hlsPlayback = true -infiniteScroll = false +infiniteScroll = true