Fix #9438
This commit is contained in:
parent
1a408db3b1
commit
57037928d5
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
|
|||
|
||||
const scope = ['clientPreferencesProfiles'];
|
||||
|
||||
const profileProps = ['name', 'createdAt', 'updatedAt', 'misskeyVersion', 'settings'];
|
||||
const profileProps = ['name', 'createdAt', 'updatedAt', 'misskeyVersion', 'settings', 'host'];
|
||||
|
||||
type Profile = {
|
||||
name: string;
|
||||
|
|
Loading…
Reference in a new issue