diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-06-03 12:30:51 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-06-03 12:30:51 -0400 |
| commit | dcf030470dc42fbd518e3b4600b98cad1e06a84c (patch) | |
| tree | 7a8ea99e41d3d59a3e692f6b53419addbc3b8eaa /src/modules/config.js | |
| parent | e901e064de8f961450129013978ca72666a7e7e8 (diff) | |
| parent | 65646c5a125126bca97b0f5bf5f43c9544fd2cb2 (diff) | |
Merge branch 'feature/autoloading-when-scrolled-to-bottom' into 'develop'
Automatic loading/infinite scrolling
See merge request !85
Diffstat (limited to 'src/modules/config.js')
| -rw-r--r-- | src/modules/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index f59dc6f0..c9152ecc 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -7,6 +7,7 @@ const defaultState = { hideAttachments: false, hideAttachmentsInConv: false, hideNsfw: true, + autoLoad: true, muteWords: [] } |
