From 65ca1dd1062e877458c58ffdb262504d7c42fb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=91=E3=81=A3=E3=81=A1?= Date: Mon, 13 Jun 2022 22:38:48 +0900 Subject: [PATCH] update package.json store.ts --- package.json | 2 +- packages/client/src/store.ts | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 86ed60cbe..d69953938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.111.1-simkey-v2", + "version": "12.111.1-simkey-v3", "codename": "indigo", "repository": { "type": "git", diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index 2e61f3d22..3afdf42b0 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -29,7 +29,7 @@ export const defaultStore = markRaw(new Storage('base', { }, defaultNoteVisibility: { where: 'account', - default: 'home' + default: 'public' }, defaultNoteLocalOnly: { where: 'account', @@ -82,7 +82,7 @@ export const defaultStore = markRaw(new Storage('base', { }, visibility: { where: 'deviceAccount', - default: 'home' as 'public' | 'home' | 'followers' | 'specified' + default: 'public' as 'public' | 'home' | 'followers' | 'specified' }, localOnly: { where: 'deviceAccount', @@ -147,15 +147,15 @@ export const defaultStore = markRaw(new Storage('base', { }, disableDrawer: { where: 'device', - default: false + default: true }, useBlurEffectForModal: { where: 'device', - default: false + default: true }, useBlurEffect: { where: 'device', - default: false + default: true }, showFixedPostForm: { where: 'device', @@ -191,7 +191,7 @@ export const defaultStore = markRaw(new Storage('base', { }, reactionPickerHeight: { where: 'device', - default: 3 + default: 4 }, reactionPickerUseDrawerForMobile: { where: 'device',