fix: Initial receiving ratchet has no trust data
This commit is contained in:
@@ -203,6 +203,9 @@ class OmemoManager {
|
||||
getTimestamp(),
|
||||
);
|
||||
|
||||
// Notify the trust manager
|
||||
await trustManager.onNewSession(jid, deviceId);
|
||||
|
||||
return ratchet;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user