mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
ad21021ce7
When decrypting first message with prekey, libsignal wants to remove used prekey from storage. Return value on success should be 0. We used to return number of deleted keys. Thus libsignal was considering we failed to remove the key and we were ignoring plaintext. |
||
---|---|---|
.. | ||
crypto.c | ||
crypto.h | ||
omemo.c | ||
omemo.h | ||
store.c | ||
store.h |