mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-16 19:19:23 +08:00
debug
This commit is contained in:
parent
b62e3ba468
commit
d7048d3fc8
1
pkg/common/db/cache/user.go
vendored
1
pkg/common/db/cache/user.go
vendored
@ -268,6 +268,7 @@ func (u *UserCacheRedis) SetUserStatus(ctx context.Context, list []*user.OnlineS
|
||||
}
|
||||
}
|
||||
} else {
|
||||
onlineStatus.Status = constant.Online
|
||||
for _, val := range status.PlatformIDs {
|
||||
onlineStatus.PlatformIDs = append(onlineStatus.PlatformIDs, val)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user