1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-23 21:34:10 +02:00

keepCw > true (#8350)

Closes #8336
This commit is contained in:
Kainoa Kanter
2022-02-24 21:41:40 -08:00
committed by GitHub
parent 9202ce6d7c
commit 52ab5d8fef

View File

@@ -17,7 +17,7 @@ export const defaultStore = markRaw(new Storage('base', {
}, },
keepCw: { keepCw: {
where: 'account', where: 'account',
default: false default: true
}, },
showFullAcct: { showFullAcct: {
where: 'account', where: 'account',