diff options
| author | dave <starpumadev@gmail.com> | 2019-04-08 14:29:12 -0400 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-04-08 14:29:12 -0400 |
| commit | b0da32fea20b53d7dc63222c4e0ec3e2c62e3081 (patch) | |
| tree | 87d179e9d11ed65155447fa3c930ef923075c6d8 /src/modules/instance.js | |
| parent | fe756fe30d565496646d2c5f64e2537f96b085b9 (diff) | |
| parent | 2f725c570b5567eb6d92f056f723b193529e3ffd (diff) | |
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma-fe into issue-436-mastoapi-notifications
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', |
