Sender Key: Hardcode senderKey to true, during link and thereafter
This commit is contained in:
parent
0d3e3851e2
commit
81f06e2404
3 changed files with 9 additions and 10 deletions
|
@ -1752,8 +1752,9 @@ export default class MessageReceiver
|
|||
}
|
||||
} catch (error) {
|
||||
window.log.error(
|
||||
`maybeUpdateTimestamp/${timestamp}: Failed to process sender key ` +
|
||||
`distribution message: ${Errors.toLogFormat(error)}`
|
||||
`maybeUpdateTimestamp/${timestamp}: Failed to process message: ${Errors.toLogFormat(
|
||||
error
|
||||
)}`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue