Additional logging, new ability to force Conversation 'change' event
This commit is contained in:
parent
e9ef239ff0
commit
250a89d953
5 changed files with 45 additions and 85 deletions
|
@ -1164,8 +1164,8 @@ export default class MessageReceiver
|
|||
|
||||
if (envelope.serverTimestamp > certificate.expiration()) {
|
||||
throw new Error(
|
||||
`MessageReceiver.validateUnsealedEnvelope: ' +
|
||||
'Sender certificate is expired for envelope ${logId}`
|
||||
'MessageReceiver.validateUnsealedEnvelope: ' +
|
||||
`Sender certificate is expired for envelope ${logId}`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue