Clear PNI signature flag on PNI change

This commit is contained in:
Fedor Indutny 2023-10-31 00:25:55 +01:00 committed by GitHub
parent 8045e97995
commit edd6ed5fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 0 deletions

View file

@ -1369,6 +1369,7 @@ export default class AccountManager extends EventTarget {
if (oldPni) {
await storage.protocol.removeOurOldPni(oldPni);
await window.ConversationController.clearShareMyPhoneNumber();
}
await storage.user.setPni(pni);