Sync breadcrumb rooms through account data
Fixes https://github.com/vector-im/riot-web/issues/9315 Other clients would need to listen for and update im.vector.riot.breadcrumb_rooms in account data.
This commit is contained in:
@@ -258,6 +258,10 @@ export const SETTINGS = {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
default: "en",
|
||||
},
|
||||
"breadcrumb_rooms": {
|
||||
supportedLevels: ['account'],
|
||||
default: [],
|
||||
},
|
||||
"analyticsOptIn": {
|
||||
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS_WITH_CONFIG,
|
||||
displayName: _td('Send analytics data'),
|
||||
|
||||
Reference in New Issue
Block a user