Fix #399 Make max attachments configurable

This commit is contained in:
Shpuld Shpludson 2019-02-27 14:38:58 +00:00
parent d5348c13ff
commit 95fb768b5a
6 changed files with 21 additions and 3 deletions

View file

@ -8,6 +8,7 @@ const defaultState = {
collapseMessageWithSubject: undefined, // instance default
hideAttachments: false,
hideAttachmentsInConv: false,
maxThumbnails: 16,
hideNsfw: true,
preloadImage: true,
loopVideo: true,