mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
Improve logging in handleDataMessage and contact sync
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user