Add an option to initiate fetching older statuses automatically when scrolled 750 pixels or less from the bottom.
This commit is contained in:
parent
e901e064de
commit
65646c5a12
5 changed files with 17 additions and 0 deletions
|
@ -7,6 +7,7 @@ const defaultState = {
|
|||
hideAttachments: false,
|
||||
hideAttachmentsInConv: false,
|
||||
hideNsfw: true,
|
||||
autoLoad: true,
|
||||
muteWords: []
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue