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/boot/after_store.js | |
| parent | 300259fd976bb4496c5e1cca0df9bd47a1947259 (diff) | |
Add hideMutedPosts setting and wire up to post-returning endpoints
Diffstat (limited to 'src/boot/after_store.js')
| -rw-r--r-- | src/boot/after_store.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/boot/after_store.js b/src/boot/after_store.js index a5f8c978..f5e84cbc 100644 --- a/src/boot/after_store.js +++ b/src/boot/after_store.js @@ -97,6 +97,7 @@ const setSettings = async ({ apiConfig, staticConfig, store }) => { copyInstanceOption('showInstanceSpecificPanel') copyInstanceOption('scopeOptionsEnabled') copyInstanceOption('formattingOptionsEnabled') + copyInstanceOption('hideMutedPosts') copyInstanceOption('collapseMessageWithSubject') copyInstanceOption('loginMethod') copyInstanceOption('scopeCopy') |
