diff options
| author | Mark Felder <feld@feld.me> | 2021-06-01 16:51:47 -0500 |
|---|---|---|
| committer | Mark Felder <feld@feld.me> | 2021-06-01 16:51:47 -0500 |
| commit | 21477d07e93497a9576b3fc14fbbe8ff61fa0dea (patch) | |
| tree | c8486264e6d886ff4060b35606b063d6ddc059a3 | |
| parent | ed824d964efdd95c30bcf69274e8f7cab032b79b (diff) | |
This setting didn't actually do anything
| -rw-r--r-- | src/modules/instance.js | 1 | ||||
| -rw-r--r-- | static/config.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 0dff256a..539b9c66 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -19,7 +19,6 @@ const defaultState = { defaultBanner: '/images/banner.png', background: '/static/aurora_borealis.jpg', collapseMessageWithSubject: false, - disableShout: false, greentext: false, hideFilteredStatuses: false, hideMutedPosts: false, diff --git a/static/config.json b/static/config.json index 0574b50e..53a4be82 100644 --- a/static/config.json +++ b/static/config.json @@ -2,7 +2,6 @@ "alwaysShowSubjectInput": true, "background": "/static/aurora_borealis.jpg", "collapseMessageWithSubject": false, - "disableShout": false, "greentext": false, "hideFilteredStatuses": false, "hideMutedPosts": false, |
