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/mobile_nav/mobile_nav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/mobile_nav/mobile_nav.js') diff --git a/src/components/mobile_nav/mobile_nav.js b/src/components/mobile_nav/mobile_nav.js index 4613d090..b2b5d264 100644 --- a/src/components/mobile_nav/mobile_nav.js +++ b/src/components/mobile_nav/mobile_nav.js @@ -69,7 +69,7 @@ const MobileNav = { this.$refs.notifications.markAsSeen() }, onScroll ({ target: { scrollTop, clientHeight, scrollHeight } }) { - if (this.$store.getters.mergedConfig.autoLoad && scrollTop + clientHeight >= scrollHeight) { + if (scrollTop + clientHeight >= scrollHeight) { this.$refs.notifications.fetchOlderNotifications() } } -- cgit v1.2.3-70-g09d2