Stop reading redemptionTime field.
This commit is contained in:
parent
f49e2768c1
commit
69fd4f79db
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ import org.signal.libsignal.zkgroup.calllinks.CreateCallLinkCredentialResponse
|
|||
* Response body for CreateCallLinkAuthResponse
|
||||
*/
|
||||
data class CreateCallLinkAuthResponse @JsonCreator constructor(
|
||||
@JsonProperty("credential") val credential: String,
|
||||
@JsonProperty("redemptionTime") val redemptionTime: Long
|
||||
@JsonProperty("credential") val credential: String
|
||||
) {
|
||||
val createCallLinkCredentialResponse: CreateCallLinkCredentialResponse
|
||||
get() = CreateCallLinkCredentialResponse(Base64.decode(credential))
|
||||
|
|
Loading…
Add table
Reference in a new issue