diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-12-20 21:22:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-20 21:22:31 +0900 |
| commit | 4c31eb409cd3b2655393ca0a946a1bf110d974f0 (patch) | |
| tree | 48588d7be00638775e1ae6dea1081f84f76e8c80 /packages/frontend/src/store.ts | |
| parent | fix: admin/queue/deliver-delayedとadmin/queue/inbox-delayedの応答速度... (diff) | |
| download | misskey-4c31eb409cd3b2655393ca0a946a1bf110d974f0.tar.gz misskey-4c31eb409cd3b2655393ca0a946a1bf110d974f0.tar.bz2 misskey-4c31eb409cd3b2655393ca0a946a1bf110d974f0.zip | |
fix(frontend): ストレージが消去される事がある問題を軽減 (#16704)
* fix(frontend): ストレージが消去される事がある問題を軽減
* add comment
* add catch to continue request permissions
* Update Changelog
* update changelog
* fix
通知権限の許可取得はボタン押下時に移動
* fix
* wip
* Update main-boot.ts
* wip
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
Diffstat (limited to 'packages/frontend/src/store.ts')
| -rw-r--r-- | packages/frontend/src/store.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index 073fbba0fb..fb9349c42f 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -118,6 +118,10 @@ export const store = markRaw(new Pizzax('base', { where: 'device', default: true, }, + showStoragePersistenceSuggestion: { + where: 'device', + default: true, + }, //#region TODO: そのうち消す (preferに移行済み) defaultWithReplies: { |