fix (client): backup useEmojiCdn setting (close #10962)
This commit is contained in:
parent
603bd835b7
commit
a6cb3b81b5
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ const defaultStoreSaveKeys: (keyof (typeof defaultStore)["state"])[] = [
|
||||||
"addRe",
|
"addRe",
|
||||||
"mergeRenotesInTimeline",
|
"mergeRenotesInTimeline",
|
||||||
"mergeThreadInTimeline",
|
"mergeThreadInTimeline",
|
||||||
|
"useEmojiCdn",
|
||||||
];
|
];
|
||||||
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
|
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [
|
||||||
"lightTheme",
|
"lightTheme",
|
||||||
|
|
Loading…
Reference in a new issue