forked from AkkomaGang/akkoma-fe
Add "noAttachmentLinks" to src/modules/instance.js
This commit is contained in:
parent
85c487b933
commit
0f530de397
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ const defaultState = {
|
|||
loginMethod: 'password',
|
||||
nsfwCensorImage: undefined,
|
||||
vapidPublicKey: undefined,
|
||||
noAttachmentLinks: false,
|
||||
|
||||
// Nasty stuff
|
||||
pleromaBackend: true,
|
||||
|
|
Loading…
Reference in a new issue