Add "noAttachmentLinks" to src/modules/instance.js

This commit is contained in:
Maxim Filippov 2018-12-27 19:59:56 +03:00
parent 85c487b933
commit 0f530de397
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ const defaultState = {
loginMethod: 'password',
nsfwCensorImage: undefined,
vapidPublicKey: undefined,
noAttachmentLinks: false,
// Nasty stuff
pleromaBackend: true,