diff --git a/package.json b/package.json index 3a781db83c..fa520ddfc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "2024.3.1-PrisMisskey.1", + "version": "2024.3.1-PrisMisskey.2", "codename": "nasubi", "repository": { "type": "git", diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 02efc12cff..04abb762c4 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -272,7 +272,7 @@ export const defaultStore = markRaw(new Storage('base', { withRenotes: true, withSensitive: true, onlyFiles: false, - withCw: true, + withCw: false, }, }, },