1984not-GmbH / molch

An implementation of the axolotl ratchet based on libsodium.
Other
23 stars 3 forks source link

molch_end_conversation doesn't remove conversations #96

Closed FSMaxB closed 7 years ago

FSMaxB commented 7 years ago

Pretty annoying to find at first, but I now understand the cause of the bug.

The bug is caused by this line because I try to find the user using it's public identity key instead of the master key.

A fix is on the way.