Ensure left pane has correct timestamp for call
This commit is contained in:
parent
ad9dcb34f4
commit
06f71a7ef8
6 changed files with 62 additions and 29 deletions
|
@ -3501,7 +3501,7 @@ export default class MessageReceiver
|
|||
|
||||
logUnexpectedUrgentValue(envelope, 'callEventSync');
|
||||
|
||||
const { receivedAtCounter } = envelope;
|
||||
const { receivedAtCounter, receivedAtDate: receivedAtMS } = envelope;
|
||||
|
||||
const callEventDetails = getCallEventForProto(
|
||||
callEvent,
|
||||
|
@ -3512,6 +3512,7 @@ export default class MessageReceiver
|
|||
{
|
||||
callEventDetails,
|
||||
receivedAtCounter,
|
||||
receivedAtMS,
|
||||
},
|
||||
this.removeFromCache.bind(this, envelope)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue