-
I'm currently enabling these methods for my application via Dbus, but I struggle to understand the actual effect. Assumption: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's pretty much it, |
Beta Was this translation helpful? Give feedback.
That's pretty much it,
deleteContact
just deletes the local contact information like name, color and message expiration time. It can be used to not sync a contact to linked devices anymore.deleteRecipient
additionally deletes everything else linked to the contact, like session, sender keys and identity. The only thing not deleted bydeleteRecipient
is group membership information.After a recipient has been deleted, incoming messages from this recipient will trigger decryption errors, because the session is missing.