Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Enable sharing historical keys on invite
Browse files Browse the repository at this point in the history
After discussion with Product, we're ready to enable this key sharing work from
#5763 (based on
matrix-org/matrix-spec-proposals#3061).
  • Loading branch information
jryans committed Apr 9, 2021
1 parent ae2082b commit 7b0ab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b0ab4a

Please sign in to comment.