Change nickname to givenname in proto

This commit is contained in:
Kristoffer Dalby 2022-04-24 20:55:11 +01:00
parent 6e2768097a
commit caf79f6910

View File

@ -39,7 +39,7 @@ message Machine {
// bytes endpoints = 16; // bytes endpoints = 16;
// bytes enabled_routes = 17; // bytes enabled_routes = 17;
string nickname = 18; string given_name = 18;
} }
message RegisterMachineRequest { message RegisterMachineRequest {