+ } else if (exception instanceof ProtocolUntrustedIdentityException) {
+ var e = (ProtocolUntrustedIdentityException) exception;
+ final var source = m.resolveSignalServiceAddress(e.getSender());
+ this.source = getLegacyIdentifier(source);
+ this.sourceNumber = source.getNumber().orNull();
+ this.sourceUuid = source.getUuid().transform(UUID::toString).orNull();
+ this.sourceDevice = e.getSenderDevice();
+ this.relay = null;