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
|
@ -77,7 +77,8 @@ export class ContactSyncEvent extends Event {
|
|||
constructor(
|
||||
public readonly contacts: ReadonlyArray<ModifiedContactDetails>,
|
||||
public readonly complete: boolean,
|
||||
public readonly receivedAtCounter: number
|
||||
public readonly receivedAtCounter: number,
|
||||
public readonly sentAt: number
|
||||
) {
|
||||
super('contactSync');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue