[client] Include another missing setting in preference backups

This commit is contained in:
Laura Hausmann 2023-11-04 20:38:14 +01:00
parent cc62237ae8
commit 3c2143efd5
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -116,6 +116,7 @@ const defaultStoreSaveKeys: (keyof (typeof defaultStore)["state"])[] = [
"showEmojisInReactionNotifications", "showEmojisInReactionNotifications",
"showTimelineReplies", "showTimelineReplies",
"expandOnNoteClick", "expandOnNoteClick",
"alwaysExpandCws",
"cwStyle", "cwStyle",
]; ];
const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [ const coldDeviceStorageSaveKeys: (keyof typeof ColdDeviceStorage.default)[] = [