diff options
| author | Maxim Filippov <colixer@gmail.com> | 2018-12-27 13:25:11 +0300 |
|---|---|---|
| committer | Maxim Filippov <colixer@gmail.com> | 2018-12-27 13:25:11 +0300 |
| commit | 85c487b93356327f0a50dc78a2849918f552fac5 (patch) | |
| tree | a8b7510c650e56bfd39f4a6e71cc87b1633ba702 /static/config.json | |
| parent | 13855f46e2b3078fbe178ead89d459a74969cf20 (diff) | |
Make "noAttachmentLinks" configurable
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 } |
