mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-28 04:13:18 +01:00
Clear PNI signature flag on PNI change
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user