Improve logging in handleDataMessage and contact sync
This commit is contained in:
parent
1465682555
commit
8899ca9724
4 changed files with 40 additions and 51 deletions
|
@ -3071,7 +3071,8 @@ export default class MessageReceiver
|
|||
const contactSync = new ContactSyncEvent(
|
||||
Array.from(contactBuffer),
|
||||
Boolean(contacts.complete),
|
||||
envelope.receivedAtCounter
|
||||
envelope.receivedAtCounter,
|
||||
envelope.timestamp
|
||||
);
|
||||
await this.dispatchAndWait(contactSync);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue