Use ourPni when creating our own contact

This commit is contained in:
Fedor Indutny 2022-08-16 16:52:34 -07:00 committed by GitHub
parent 5a3c04d630
commit 647335086d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -617,6 +617,7 @@ export default class AccountManager extends EventTarget {
// below.
const conversationId = window.ConversationController.maybeMergeContacts({
aci: ourUuid,
pni: ourPni,
e164: number,
reason: 'createAccount',
});