Message Send Log: Increase retention length
This commit is contained in:
parent
12d2b1bf7c
commit
5069f48cf0
4 changed files with 26 additions and 11 deletions
|
@ -1882,12 +1882,12 @@ export default class MessageSender {
|
|||
const ourUuid = window.textsecure.storage.user.getUuid();
|
||||
if (!ourUuid) {
|
||||
throw new Error(
|
||||
'sendSenderKeyDistributionMessage: Failed to fetch our UUID!'
|
||||
'getSenderKeyDistributionMessage: Failed to fetch our UUID!'
|
||||
);
|
||||
}
|
||||
const ourDeviceId = parseIntOrThrow(
|
||||
window.textsecure.storage.user.getDeviceId(),
|
||||
'sendSenderKeyDistributionMessage'
|
||||
'getSenderKeyDistributionMessage'
|
||||
);
|
||||
|
||||
const protocolAddress = ProtocolAddress.new(ourUuid, ourDeviceId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue