1
This commit is contained in:
parent
b74b9e82c0
commit
c6941beeb1
2
server/imserver/cache/user_profile.go
vendored
2
server/imserver/cache/user_profile.go
vendored
@ -75,7 +75,7 @@ func (this *userProfile) fillMFGuildMember(pbMember *cs.MFGuildMember) {
|
|||||||
func (this *userProfile) loadFromDb(ds *f5.DataSet) {
|
func (this *userProfile) loadFromDb(ds *f5.DataSet) {
|
||||||
this.accountId = ds.GetByName("account_id")
|
this.accountId = ds.GetByName("account_id")
|
||||||
this.name = ds.GetByName("name")
|
this.name = ds.GetByName("name")
|
||||||
this.avatarUrl = ds.GetByName("avatar")
|
this.avatarUrl = ds.GetByName("head_id")
|
||||||
this.head = ds.GetByName("head")
|
this.head = ds.GetByName("head")
|
||||||
this.lastLoginTime = q5.ToInt32(ds.GetByName("last_login_time"))
|
this.lastLoginTime = q5.ToInt32(ds.GetByName("last_login_time"))
|
||||||
this.lastSyncTime = f5.GetApp().GetNowMillis()
|
this.lastSyncTime = f5.GetApp().GetNowMillis()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user