Skip to content

Commit 7d8f991

Browse files
committed
fix: Remove addition of optional encrypt_state_events field.
1 parent 8c73c33 commit 7d8f991

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/views/settings/tabs/room/SecurityRoomSettingsTab.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ export default class SecurityRoomSettingsTab extends React.Component<IProps, ISt
175175
this.setState({ encrypted: true });
176176
this.context
177177
.sendStateEvent(this.props.room.roomId, EventType.RoomEncryption, {
178-
"algorithm": MEGOLM_ENCRYPTION_ALGORITHM,
179-
"io.element.msc3414.encrypt_state_events": false,
178+
algorithm: MEGOLM_ENCRYPTION_ALGORITHM,
180179
})
181180
.catch((e) => {
182181
logger.error(e);

0 commit comments

Comments
 (0)