Add word-based muting to settings / statuses.

This commit is contained in:
Roger Braun 2017-04-09 15:53:23 +02:00
parent f3ca011fbe
commit a53555254a
6 changed files with 37 additions and 5 deletions

View file

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