diff options
| author | Shpuld Shpludson <shp@cock.li> | 2019-02-07 15:55:54 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-02-07 15:55:54 +0000 |
| commit | 85e281d406d61282c01cb0471f7540211114f413 (patch) | |
| tree | 7fca820b54a6100bddaf8a48f7bf431f4a86bea5 /src/modules/instance.js | |
| parent | bfe2d8beaaa178223ecd7e843592907855e47793 (diff) | |
| parent | e107ed8ddcc536ad4879e5aa243fc7ac35c1272c (diff) | |
Merge branch 'feature/add-an-option-for-a-default-formatting' into 'develop'
#301 - add an option for a default formatting
See merge request pleroma/pleroma-fe!541
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, |
