Add PNI to debug log
This commit is contained in:
parent
4afe1475d5
commit
555c6e6bfa
1 changed files with 2 additions and 0 deletions
|
@ -185,6 +185,7 @@ try {
|
||||||
}
|
}
|
||||||
|
|
||||||
const ourUuid = window.textsecure.storage.user.getUuid();
|
const ourUuid = window.textsecure.storage.user.getUuid();
|
||||||
|
const ourPni = window.textsecure.storage.user.getPni();
|
||||||
|
|
||||||
event.sender.send('additional-log-data-response', {
|
event.sender.send('additional-log-data-response', {
|
||||||
capabilities: ourCapabilities || {},
|
capabilities: ourCapabilities || {},
|
||||||
|
@ -198,6 +199,7 @@ try {
|
||||||
deviceId: window.textsecure.storage.user.getDeviceId(),
|
deviceId: window.textsecure.storage.user.getDeviceId(),
|
||||||
e164: window.textsecure.storage.user.getNumber(),
|
e164: window.textsecure.storage.user.getNumber(),
|
||||||
uuid: ourUuid && ourUuid.toString(),
|
uuid: ourUuid && ourUuid.toString(),
|
||||||
|
pni: ourPni && ourPni.toString(),
|
||||||
conversationId: ourConversation && ourConversation.id,
|
conversationId: ourConversation && ourConversation.id,
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue