Merge branch 'feature/reply-previews' into 'develop'

Reply previews in conversations

See merge request !89
This commit is contained in:
lambadalambda 2017-06-07 12:18:55 -04:00
commit fc341aa40d
8 changed files with 80 additions and 11 deletions

View file

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