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

Commit 7b0ab4a

Browse files
committed
Enable sharing historical keys on invite
After discussion with Product, we're ready to enable this key sharing work from #5763 (based on matrix-org/matrix-spec-proposals#3061).
1 parent ae2082b commit 7b0ab4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings/Settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
224224
isFeature: true,
225225
displayName: _td("Share decryption keys for room history when inviting users"),
226226
supportedLevels: LEVELS_FEATURE,
227-
default: false,
227+
default: true,
228228
},
229229
"advancedRoomListLogging": {
230230
// TODO: Remove flag before launch: https://github.com/vector-im/element-web/issues/14231

0 commit comments

Comments
 (0)