Skip to content

Commit c539412

Browse files
authored
fix: Add logging to track epoch update (#19163)
1 parent c147fa5 commit c539412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/script/calling/CallingRepository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,7 @@ export class CallingRepository {
15081508
return call.epochCache.store({serializedConversationId, epoch, clients, secretKey});
15091509
}
15101510

1511+
this.logger.info(`Set Epoch Info: ${epoch} conversation: ${serializedConversationId}`);
15111512
return this.wCall?.setEpochInfo(this.wUser, serializedConversationId, epoch, JSON.stringify(clients), secretKey);
15121513
};
15131514

0 commit comments

Comments
 (0)