fix store.ts

This commit is contained in:
NoriDev 2023-09-19 16:41:44 +09:00
parent 2b5ac6166d
commit 1f59d42a75

View file

@ -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,
},
},