mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-19 21:45:31 +02:00
refactor
This commit is contained in:
@@ -106,7 +106,7 @@ export const store = markRaw(new Pizzax('base', {
|
||||
},
|
||||
accountInfos: {
|
||||
where: 'device',
|
||||
default: {} as Record<string, Misskey.entities.User>, // host/userId, user
|
||||
default: {} as Record<string, Misskey.entities.MeDetailed>, // host/userId, user
|
||||
},
|
||||
|
||||
enablePreferencesAutoCloudBackup: {
|
||||
|
||||
Reference in New Issue
Block a user