User info now include the language

This commit is contained in:
2025-02-16 18:38:38 +08:00
parent 4675b65476
commit 15c39609b8
2 changed files with 56 additions and 46 deletions

View File

@@ -13,6 +13,7 @@ service UserService {
message UserInfo {
uint64 id = 1;
string name = 2;
string language = 5;
optional bytes perm_nodes = 3;
optional bytes metadata = 4;
}