Implement MSC3946 for AdvancedRoomSettingsTab (#9995)

This commit is contained in:
Andy Balaam 2023-01-27 14:07:05 +00:00 committed by GitHub
parent a69b805156
commit d84509d8d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 64 additions and 9 deletions

View file

@ -439,6 +439,15 @@ export const SETTINGS: { [setting: string]: ISetting } = {
shouldWarn: true,
default: false,
},
"feature_dynamic_room_predecessors": {
isFeature: true,
labsGroup: LabGroup.Rooms,
supportedLevels: LEVELS_FEATURE,
displayName: _td("Dynamic room predecessors"),
description: _td("Enable MSC3946 (to support late-arriving room archives)"),
shouldWarn: true,
default: false,
},
"feature_favourite_messages": {
isFeature: true,
labsGroup: LabGroup.Messaging,