1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-05-08 15:34:04 -04:00

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

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