diff --git a/server/imserver/cache/user_profile.go b/server/imserver/cache/user_profile.go index 191c805f..3fad5ba1 100644 --- a/server/imserver/cache/user_profile.go +++ b/server/imserver/cache/user_profile.go @@ -75,7 +75,7 @@ func (this *userProfile) fillMFGuildMember(pbMember *cs.MFGuildMember) { func (this *userProfile) loadFromDb(ds *f5.DataSet) { this.accountId = ds.GetByName("account_id") this.name = ds.GetByName("name") - this.avatarUrl = ds.GetByName("avatar") + this.avatarUrl = ds.GetByName("head_id") this.head = ds.GetByName("head") this.lastLoginTime = q5.ToInt32(ds.GetByName("last_login_time")) this.lastSyncTime = f5.GetApp().GetNowMillis()