mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Fix failure to decrypt first message to self after key change
The problem was in the handle_fingerprint_change() function which attempted to add a warning about fingerprint change to all chats with the contact. This failed because of the SQL query failing to find the contact for self in the `contacts` table. So the warning was not added, but at the same time the whole decryption process failed. The fix is to skip handle_fingerprint_change() for self addreses.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
- do not unnecessarily SELECT folders if there are no operations planned on
|
||||
them #3333
|
||||
- trim chat encryption info #3350
|
||||
- fix failure to decrypt first message to self after key synchronization
|
||||
via Autocrypt Setup Message #3352
|
||||
|
||||
|
||||
## 1.83.0
|
||||
|
||||
Reference in New Issue
Block a user