mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 19:16:35 +08:00
group
This commit is contained in:
@@ -20,7 +20,7 @@ type UserModel struct {
|
||||
}
|
||||
|
||||
func (u *UserModel) GetNickname() string {
|
||||
return UserModelTableName
|
||||
return u.Nickname
|
||||
}
|
||||
|
||||
func (u *UserModel) GetFaceURL() string {
|
||||
|
||||
Reference in New Issue
Block a user