Sync recently used reactions list across sessions

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-07-16 04:15:32 +01:00
parent 113a0f1b5c
commit a7f92f35f5
4 changed files with 96 additions and 35 deletions

View File

@@ -351,6 +351,12 @@ export const SETTINGS = {
default: "en",
},
"breadcrumb_rooms": {
// not really a setting
supportedLevels: ['account'],
default: [],
},
"recent_emoji": {
// not really a setting
supportedLevels: ['account'],
default: [],
},