diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-05-13 14:52:48 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-05-13 14:52:48 -0500 |
| commit | 0ef5965b3bfb6e9f8a305714f60a54b43066473a (patch) | |
| tree | d96b64379e6ffd202584e3e82d39b1c17edb6526 /static | |
| parent | 1db2fc3f41207c2af363c2017efb633a60e9a042 (diff) | |
Add missing settings: disableChat, greentext, hideFilteredStatuses, hideMutedPosts, hidePostStats, hideSitename
Diffstat (limited to 'static')
| -rw-r--r-- | static/config.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json index 9aeed8f1..727dde73 100644 --- a/static/config.json +++ b/static/config.json @@ -2,7 +2,12 @@ "alwaysShowSubjectInput": true, "background": "/static/aurora_borealis.jpg", "collapseMessageWithSubject": false, + "disableChat": false, + "greentext": false, + "hideFilteredStatuses": false, + "hideMutedPosts": false, "hidePostStats": false, + "hideSitename": false, "hideUserStats": false, "loginMethod": "password", "logo": "/static/logo.png", |
