remove most of reply preview and autoload related stuff

This commit is contained in:
Shpuld Shpuldson 2020-07-14 15:08:04 +03:00
parent 3e09a708f6
commit b8c1b25397
31 changed files with 1 additions and 41 deletions

View file

@ -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()
}
}