Resolve self address after setting new PNI

This commit is contained in:
AsamK 2023-10-15 18:53:24 +02:00
parent 33c4e17c0d
commit a675631965

View file

@ -1386,6 +1386,7 @@ public class SignalAccount implements Closeable {
}
this.pniAccountData.setServiceId(updatedPni);
getRecipientTrustedResolver().resolveSelfRecipientTrusted(getSelfRecipientAddress());
trustSelfIdentity(ServiceIdType.PNI);
save();
}