|
|
|
@ -2,6 +2,7 @@ package org.thoughtcrime.securesms.database.documents;
|
|
|
|
|
|
|
|
|
|
import android.util.Log;
|
|
|
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
|
|
import com.fasterxml.jackson.core.JsonGenerator;
|
|
|
|
|
import com.fasterxml.jackson.core.JsonParser;
|
|
|
|
@ -38,6 +39,7 @@ public class IdentityKeyMismatch {
|
|
|
|
|
this.identityKey = identityKey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@JsonIgnore
|
|
|
|
|
public Address getAddress() {
|
|
|
|
|
return Address.fromSerialized(address);
|
|
|
|
|
}
|
|
|
|
|