Make "noAttachmentLinks" configurable

This commit is contained in:
Maxim Filippov 2018-12-27 13:25:11 +03:00
parent 13855f46e2
commit 85c487b933
4 changed files with 8 additions and 4 deletions

View file

@ -17,5 +17,6 @@
"hidePostStats": false,
"hideUserStats": false,
"loginMethod": "password",
"webPushNotifications": false
"webPushNotifications": false,
"noAttachmentLinks": false
}