diff options
| author | taehoon <th.dev91@gmail.com> | 2019-03-02 08:07:14 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-03-21 16:33:02 -0400 |
| commit | 9857002bf5dc902302644e981712b611124a5845 (patch) | |
| tree | 9205be4537246756d5973c84a53c737262c75bc2 /src/modules/instance.js | |
| parent | 300259fd976bb4496c5e1cca0df9bd47a1947259 (diff) | |
Add hideMutedPosts setting and wire up to post-returning endpoints
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 155aa2eb..f778ac4d 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -18,6 +18,7 @@ const defaultState = { scopeOptionsEnabled: true, formattingOptionsEnabled: false, alwaysShowSubjectInput: true, + hideMutedPosts: false, collapseMessageWithSubject: false, hidePostStats: false, hideUserStats: false, |
