👽 Upgrade nexus to provide language in userinfo

This commit is contained in:
2025-02-16 18:42:32 +08:00
parent 76682ab27f
commit 1bb73c996b
3 changed files with 4 additions and 1 deletions

View File

@ -66,6 +66,7 @@ func (v Account) EncodeToUserInfo() *proto.UserInfo {
return &proto.UserInfo{
Id: uint64(v.ID),
Name: v.Name,
Language: v.Language,
PermNodes: nex.EncodeMap(v.PermNodes),
Metadata: nex.EncodeMap(v),
}