diff options
| author | HJ <spam@hjkos.com> | 2018-12-27 17:13:17 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2018-12-27 17:13:17 +0000 |
| commit | a86b80b0544ca93a1b59ff521fd9b1e8bbc3f8c9 (patch) | |
| tree | 14424ed419720cd62cd58e62e78f2fb61497fb3d /static/config.json | |
| parent | 754cb23f354369d57dbe3f36e530709850ae7028 (diff) | |
| parent | 0f530de397f43744ef1d83f97b76869404f80218 (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.json | 3 |
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 } |
