This commit is contained in:
mattyatea 2024-04-01 22:34:20 +09:00
parent 04fae906c9
commit 7265431a16
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "misskey", "name": "misskey",
"version": "2024.3.1-PrisMisskey.1", "version": "2024.3.1-PrisMisskey.2",
"codename": "nasubi", "codename": "nasubi",
"repository": { "repository": {
"type": "git", "type": "git",

View file

@ -272,7 +272,7 @@ export const defaultStore = markRaw(new Storage('base', {
withRenotes: true, withRenotes: true,
withSensitive: true, withSensitive: true,
onlyFiles: false, onlyFiles: false,
withCw: true, withCw: false,
}, },
}, },
}, },