mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 06:08:03 +01:00
Revert "Replace zkgroup with libsignal-client"
This reverts commit 73ea6e4251.
This commit is contained in:
committed by
Jon Chambers
parent
c1d6c04ab2
commit
ab9e6ac48a
@@ -703,7 +703,7 @@ public class SubscriptionController {
|
||||
this.receiptCredentialRequest = receiptCredentialRequest;
|
||||
}
|
||||
|
||||
@NotEmpty
|
||||
@ExactlySize(ReceiptCredentialRequest.SIZE)
|
||||
public byte[] getReceiptCredentialRequest() {
|
||||
return receiptCredentialRequest;
|
||||
}
|
||||
@@ -719,7 +719,7 @@ public class SubscriptionController {
|
||||
this.receiptCredentialResponse = receiptCredentialResponse;
|
||||
}
|
||||
|
||||
@NotEmpty
|
||||
@ExactlySize(ReceiptCredentialResponse.SIZE)
|
||||
public byte[] getReceiptCredentialResponse() {
|
||||
return receiptCredentialResponse;
|
||||
}
|
||||
|
||||
@@ -28,6 +28,7 @@ public class RedeemReceiptRequest {
|
||||
}
|
||||
|
||||
@NotEmpty
|
||||
@ExactlySize({ReceiptCredentialPresentation.SIZE})
|
||||
public byte[] getReceiptCredentialPresentation() {
|
||||
return receiptCredentialPresentation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user