Merge remote-tracking branch 'origin/develop' into proper-attachments
* origin/develop: undo accidental change when merging Apply 1 suggestion(s) to 1 file(s) Rearranged settings, moved more stuff to filtering where apllicable. Changed how filering works.
This commit is contained in:
commit
94c37e8adf
10 changed files with 272 additions and 213 deletions
|
@ -24,6 +24,8 @@ export const defaultState = {
|
|||
hideShoutbox: false,
|
||||
// bad name: actually hides posts of muted USERS
|
||||
hideMutedPosts: undefined, // instance default
|
||||
hideMutedThreads: undefined, // instance default
|
||||
hideWordFilteredPosts: undefined, // instance default
|
||||
collapseMessageWithSubject: undefined, // instance default
|
||||
padEmoji: true,
|
||||
hideAttachments: false,
|
||||
|
|
|
@ -21,7 +21,10 @@ const defaultState = {
|
|||
collapseMessageWithSubject: false,
|
||||
greentext: false,
|
||||
hideFilteredStatuses: false,
|
||||
// bad name: actually hides posts of muted USERS
|
||||
hideMutedPosts: false,
|
||||
hideMutedThreads: true,
|
||||
hideWordFilteredPosts: false,
|
||||
hidePostStats: false,
|
||||
hideSitename: false,
|
||||
hideUserStats: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue