parent
3602ef9be9
commit
fddf982832
@ -482,13 +482,13 @@ public record MessageEnvelope(
|
|||||||
static Address from(org.whispersystems.signalservice.api.messages.shared.SharedContact.PostalAddress address) {
|
static Address from(org.whispersystems.signalservice.api.messages.shared.SharedContact.PostalAddress address) {
|
||||||
return new Address(Address.Type.from(address.getType()),
|
return new Address(Address.Type.from(address.getType()),
|
||||||
address.getLabel(),
|
address.getLabel(),
|
||||||
address.getLabel(),
|
address.getStreet(),
|
||||||
address.getLabel(),
|
address.getPobox(),
|
||||||
address.getLabel(),
|
address.getNeighborhood(),
|
||||||
address.getLabel(),
|
address.getCity(),
|
||||||
address.getLabel(),
|
address.getRegion(),
|
||||||
address.getLabel(),
|
address.getPostcode(),
|
||||||
address.getLabel());
|
address.getCountry());
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum Type {
|
public enum Type {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user