mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 17:26:05 +02:00
refactor(frontend): アカウント情報はstore管理に
This commit is contained in:
@@ -108,6 +108,10 @@ export const store = markRaw(new Pizzax('base', {
|
||||
where: 'device',
|
||||
default: {} as Record<string, string>, // host/userId, token
|
||||
},
|
||||
accountInfos: {
|
||||
where: 'device',
|
||||
default: {} as Record<string, Misskey.entities.User>, // host/userId, user
|
||||
},
|
||||
|
||||
enablePreferencesAutoCloudBackup: {
|
||||
where: 'device',
|
||||
|
||||
Reference in New Issue
Block a user