Update rendezvous.proto

This commit is contained in:
RustDesk 2025-05-23 21:55:40 +08:00 committed by GitHub
parent e6724f06de
commit 0e279c1a8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@ message RegisterPk {
bytes uuid = 2;
bytes pk = 3;
string old_id = 4;
bool no_register_device = 5;
}
message RegisterPkResponse {