mirror of https://github.com/vector-im/riot-web
Enable sharing historical keys on invite
After discussion with Product, we're ready to enable this key sharing work from https://github.com/matrix-org/matrix-react-sdk/pull/5763 (based on https://github.com/matrix-org/matrix-doc/pull/3061).pull/21833/head
parent
ae2082b97b
commit
7b0ab4a059
|
@ -224,7 +224,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
isFeature: true,
|
||||
displayName: _td("Share decryption keys for room history when inviting users"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
"advancedRoomListLogging": {
|
||||
// TODO: Remove flag before launch: https://github.com/vector-im/element-web/issues/14231
|
||||
|
|
Loading…
Reference in New Issue