mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
parent
21f7a6de88
commit
5882a1b2a5
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