diff --git a/README.md b/README.md index 299821f33..bbf4a731d 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ ## 細かい変更点 +- デフォルトではバイブレーションを無効に - ログインしていなければ投稿検索ができないように - 攻撃対策のため - もしこのせいでサードパーティークライアントに不具合が出る場合には変更するかもしれません diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index e8a40bb5e..f347d3687 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -443,7 +443,7 @@ export class ColdDeviceStorage { syncDeviceDarkMode: true, plugins: [] as Plugin[], mediaVolume: 0.5, - vibrate: true, + vibrate: false, sound_masterVolume: 0.3, sound_note: { type: "none", volume: 0 }, sound_noteMy: { type: "syuilo/up", volume: 1 },