mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
parent
3602ef9be9
commit
fddf982832
1 changed files with 7 additions and 7 deletions
|
@ -482,13 +482,13 @@ public record MessageEnvelope(
|
|||
static Address from(org.whispersystems.signalservice.api.messages.shared.SharedContact.PostalAddress address) {
|
||||
return new Address(Address.Type.from(address.getType()),
|
||||
address.getLabel(),
|
||||
address.getLabel(),
|
||||
address.getLabel(),
|
||||
address.getLabel(),
|
||||
address.getLabel(),
|
||||
address.getLabel(),
|
||||
address.getLabel(),
|
||||
address.getLabel());
|
||||
address.getStreet(),
|
||||
address.getPobox(),
|
||||
address.getNeighborhood(),
|
||||
address.getCity(),
|
||||
address.getRegion(),
|
||||
address.getPostcode(),
|
||||
address.getCountry());
|
||||
}
|
||||
|
||||
public enum Type {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue