Add an option to initiate fetching older statuses automatically when scrolled 750 pixels or less from the bottom.

This commit is contained in:
Shpuld Shpuldson 2017-06-03 18:51:55 +03:00
parent e901e064de
commit 65646c5a12
5 changed files with 17 additions and 0 deletions

View file

@ -7,6 +7,7 @@ const defaultState = {
hideAttachments: false,
hideAttachmentsInConv: false,
hideNsfw: true,
autoLoad: true,
muteWords: []
}