WIP
This commit is contained in:
@ -54,7 +54,7 @@ service Signal {
|
||||
message Party {
|
||||
//The resource name of the party
|
||||
string name = 1;
|
||||
string party_id = 2;
|
||||
string id = 2;
|
||||
string display_name = 3;
|
||||
string description = 4;
|
||||
string host_ip = 5;
|
||||
@ -63,7 +63,7 @@ message Party {
|
||||
|
||||
message PartyListItem {
|
||||
string name = 1;
|
||||
string party_id = 2;
|
||||
string id = 2;
|
||||
}
|
||||
|
||||
message ListPartiesRequest {
|
||||
|
Reference in New Issue
Block a user