Integrate invitation process in router
This commit is contained in:
@ -23,6 +23,7 @@ message Invitation {
|
||||
string password = 4;
|
||||
string url = 5;
|
||||
int64 expiry = 6;
|
||||
int32 step = 7;
|
||||
}
|
||||
|
||||
// structure defining a message for a server, that will be encrypted, then sent in a "packedmessage" payload
|
||||
|
Reference in New Issue
Block a user