diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-11 14:55:18 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-09-11 14:55:18 +0900 |
| commit | 25e030a7074f8e00cfbdaf85e491b9b22886991d (patch) | |
| tree | dc65176bd88a68f64d907c2bb5a41b3fda1c0a5c /packages/frontend/src/local-storage.ts | |
| parent | feat: テスト通知を送信できるようにする (#11810) (diff) | |
| download | misskey-25e030a7074f8e00cfbdaf85e491b9b22886991d.tar.gz misskey-25e030a7074f8e00cfbdaf85e491b9b22886991d.tar.bz2 misskey-25e030a7074f8e00cfbdaf85e491b9b22886991d.zip | |
enhance(frontend): improve some caches
Diffstat (limited to 'packages/frontend/src/local-storage.ts')
| -rw-r--r-- | packages/frontend/src/local-storage.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/frontend/src/local-storage.ts b/packages/frontend/src/local-storage.ts index f4c11d6130..0d73885b68 100644 --- a/packages/frontend/src/local-storage.ts +++ b/packages/frontend/src/local-storage.ts @@ -30,8 +30,6 @@ type Keys = 'message_drafts' | 'scratchpad' | 'debug' | - 'userListsCache' | - 'antennasCache' | `miux:${string}` | `ui:folder:${string}` | `themes:${string}` | |