mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 15:35:38 +01:00
Add support for doing normal CDS queries on CDSv2.
This commit is contained in:
@@ -28,6 +28,10 @@ message ClientRequest {
|
||||
// After receiving a new token from the server, send back a message just
|
||||
// containing a token_ack.
|
||||
bool token_ack = 7;
|
||||
|
||||
// Request that, if the server allows, both ACI and PNI be returned even
|
||||
// if the aci_uak_pairs don't match.
|
||||
bool return_acis_without_uaks = 8;
|
||||
}
|
||||
|
||||
message ClientResponse {
|
||||
|
||||
Reference in New Issue
Block a user