-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Allow E2EE rooms to reset its room key (#33328)
Co-authored-by: Guilherme Gazzo <[email protected]> Co-authored-by: Matheus Barbosa Silva <[email protected]>
- Loading branch information
1 parent
1343dff
commit bfefe41
Showing
20 changed files
with
514 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
"@rocket.chat/meteor": major | ||
"@rocket.chat/core-services": patch | ||
"@rocket.chat/core-typings": patch | ||
"@rocket.chat/ddp-client": patch | ||
"@rocket.chat/i18n": patch | ||
"@rocket.chat/model-typings": patch | ||
"@rocket.chat/rest-typings": patch | ||
--- | ||
|
||
Allows authorized users to reset the encryption key for end-to-end encrypted rooms. This aims to prevent situations where all users of a room have lost the encryption key, and as such, the access to the room. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.