fix: Initial receiving ratchet has no trust data

This commit is contained in:
2023-06-12 19:13:38 +02:00
parent 04bb70d657
commit f2ec7bd759
2 changed files with 76 additions and 0 deletions

View File

@@ -203,6 +203,9 @@ class OmemoManager {
getTimestamp(),
);
// Notify the trust manager
await trustManager.onNewSession(jid, deviceId);
return ratchet;
}