switch url to id in invitation process

This commit is contained in:
ycc
2023-08-31 23:51:20 +02:00
parent 539e2c528e
commit e0faaf8cef
5 changed files with 208 additions and 209 deletions

View File

@ -19,9 +19,9 @@ message PackedServerMessage {
message Invitation {
bytes payload = 1;
int32 timeout = 2;
int32 urllen = 3;
int32 idlen = 3;
string password = 4;
string url = 5;
string id = 5;
int64 expiry = 6;
int32 step = 7;
}