mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-27 17:23:13 +01:00
Group Send Endorsement support for pre-key fetch endpoint
This commit is contained in:
committed by
GitHub
parent
ab64828661
commit
b8f64fe3d4
@@ -164,9 +164,19 @@ message GetPreKeysAnonymousRequest {
|
||||
GetPreKeysRequest request = 1;
|
||||
|
||||
/**
|
||||
* The unidentified access key (UAK) for the targeted account.
|
||||
* A means to authorize the request.
|
||||
*/
|
||||
bytes unidentified_access_key = 2;
|
||||
oneof authorization {
|
||||
/**
|
||||
* The unidentified access key (UAK) for the targeted account.
|
||||
*/
|
||||
bytes unidentified_access_key = 2;
|
||||
|
||||
/**
|
||||
* A group send endorsement token for the targeted account.
|
||||
*/
|
||||
bytes group_send_token = 3;
|
||||
}
|
||||
}
|
||||
|
||||
message GetPreKeysResponse {
|
||||
|
||||
Reference in New Issue
Block a user