-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issue with OMEMO keys being overwritten #beagleim-354
- Loading branch information
Showing
1 changed file
with
33 additions
and
30 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
1e22f52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any detail you can share on this? It sounds significant.
1e22f52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In rare cases, it was possible, that Beagle IM/Siskin IM could overwrite their device key (public + private) with only a public key making further OMEMO decryption fail on this device.
If you have not seen an issue then it is not important. The fix was backported from Siskin IM as the issue was found there when OMEMO was used in MUC, but as Beagle IM doesn't have MUC OMEMO, the issue has not manifested.