mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-02-07 14:03:38 +01:00
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