diff options
| author | jared <jaredrmain@gmail.com> | 2019-04-05 14:08:13 -0400 |
|---|---|---|
| committer | jared <jaredrmain@gmail.com> | 2019-04-05 14:08:13 -0400 |
| commit | 093f0b23f749fefc5e8fd514e708731d1e1d3e94 (patch) | |
| tree | 8498de942b5f7805a04a0cdd869570d784e36e60 /src/modules/instance.js | |
| parent | 3b78c9c755563823adc7716a964505853b579561 (diff) | |
| parent | 8c7f765dff8b66ff27aeeab5bc09cd715ab328a9 (diff) | |
#101 - merge develop
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 3a559ba0..d4185f6a 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -5,6 +5,7 @@ const defaultState = { // Stuff from static/config.json and apiConfig name: 'Pleroma FE', registrationOpen: true, + safeDM: true, textlimit: 5000, server: 'http://localhost:4040/', theme: 'pleroma-dark', |
