Add hideMutedPosts setting and wire up to post-returning endpoints
This commit is contained in:
parent
300259fd97
commit
9857002bf5
8 changed files with 22 additions and 1 deletions
|
@ -18,6 +18,7 @@ const defaultState = {
|
|||
scopeOptionsEnabled: true,
|
||||
formattingOptionsEnabled: false,
|
||||
alwaysShowSubjectInput: true,
|
||||
hideMutedPosts: false,
|
||||
collapseMessageWithSubject: false,
|
||||
hidePostStats: false,
|
||||
hideUserStats: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue