This commit adds a label in RoomSettingsPage to indicate whether encryption is enabled in the room. It also adds a button to enable encryption for an unencrypted room.
Type: add
Differential D33
Support enabling encryption in a room tusooa on May 21 2024, 8:15 PM. Authored by Tags None Referenced Files
Subscribers None
Details
This commit adds a label in RoomSettingsPage to indicate whether encryption is enabled in the room. It also adds a button to enable encryption for an unencrypted room. Type: add Verify that unit tests pass. Open the settings page of an encrypted room. It should show the room is encrypted an has no "Enable encryption" button. Open the settings page of an unencrypted room. It should show the room is not encrypted and has an "Enable encryption" button. Clicking on it should open a popup asking you whether you want to do it. When you click Cancel, nothing should happen. When you click Ok, it should proceed to send a state event.
Diff Detail
|