aboutsummaryrefslogtreecommitdiff
path: root/src/modules/instance.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2019-04-04 19:38:03 +0000
committerShpuld Shpludson <shp@cock.li>2019-04-04 19:38:03 +0000
commit8c7f765dff8b66ff27aeeab5bc09cd715ab328a9 (patch)
tree4834c628bc7c64ccfe25fecf0999a70d3e8583cb /src/modules/instance.js
parentac28e8c2f981b6584f0103e10b0a5f5b025fcaae (diff)
parent70071b870f9a99e40295207de31f01910ec44a11 (diff)
Merge branch 'issue-469-safe-dm-from-BE' into 'develop'
Issue 469 safe dm from be Closes #469 See merge request pleroma/pleroma-fe!726
Diffstat (limited to 'src/modules/instance.js')
-rw-r--r--src/modules/instance.js1
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',