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
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);