aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorHJ <spam@hjkos.com>2018-12-27 17:13:17 +0000
committerHJ <spam@hjkos.com>2018-12-27 17:13:17 +0000
commita86b80b0544ca93a1b59ff521fd9b1e8bbc3f8c9 (patch)
tree14424ed419720cd62cd58e62e78f2fb61497fb3d /static/config.json
parent754cb23f354369d57dbe3f36e530709850ae7028 (diff)
parent0f530de397f43744ef1d83f97b76869404f80218 (diff)
Merge branch 'feature/no-attachment-links' into 'develop'
No attachment links Closes #175 See merge request pleroma/pleroma-fe!442
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index f508eea1..9bdcb3b2 100644
--- a/static/config.json
+++ b/static/config.json
@@ -17,5 +17,6 @@
"hidePostStats": false,
"hideUserStats": false,
"loginMethod": "password",
- "webPushNotifications": false
+ "webPushNotifications": false,
+ "noAttachmentLinks": false
}