diff --git a/packages/frontend/src/store.ts b/packages/frontend/src/store.ts index c2d5da5941..be62a80ebf 100644 --- a/packages/frontend/src/store.ts +++ b/packages/frontend/src/store.ts @@ -188,7 +188,7 @@ export const defaultStore = markRaw(new Storage('base', { tl: { where: 'deviceAccount', default: { - src: 'home' as 'home' | 'local' | 'social' | 'global' | `list:${string}`, + src: 'home' as 'home' | 'local' | 'media' | 'social' | 'cat' | 'global' | `list:${string}`, userList: null as Misskey.entities.UserList | null, }, },