feat: Removing ratchets also removed trust
This commit is contained in:
parent
207215cc5f
commit
bb5ef414f2
@ -847,7 +847,8 @@ class OmemoManager {
|
||||
}
|
||||
await removeRatchets(keys.toList());
|
||||
|
||||
// TODO: Do we have to tell the trust manager?
|
||||
// Tell the trust manager
|
||||
await _trustManager.removeTrustDecisionsForJid(jid);
|
||||
|
||||
// Clear the device list
|
||||
await commitDeviceList(
|
||||
|
Loading…
Reference in New Issue
Block a user