diff options
| author | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 14:26:46 -0500 |
|---|---|---|
| committer | Xiaofeng An <futureweb2020@yandex.com> | 2019-02-06 14:26:46 -0500 |
| commit | 460976c6e5b23f47d5520a99b3113825fc5dbda4 (patch) | |
| tree | 262c4d5b7e6af17dfe7fa571652149f10082d292 /src/modules/instance.js | |
| parent | 6a867f6ae38b4bc3981fb6ca402c196a0967c49e (diff) | |
#301 - add an option for default formatting
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 4ad41873..475da92e 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -24,6 +24,7 @@ const defaultState = { disableChat: false, scopeCopy: true, subjectLineBehavior: 'email', + postContentType: 'text/plain', loginMethod: 'password', nsfwCensorImage: undefined, vapidPublicKey: undefined, |
