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',
|
loginMethod: 'password',
|
||||||
nsfwCensorImage: undefined,
|
nsfwCensorImage: undefined,
|
||||||
vapidPublicKey: undefined,
|
vapidPublicKey: undefined,
|
||||||
|
noAttachmentLinks: false,
|
||||||
|
|
||||||
// Nasty stuff
|
// Nasty stuff
|
||||||
pleromaBackend: true,
|
pleromaBackend: true,
|
||||||
|
|
Loading…
Reference in a new issue