mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
ctx error
This commit is contained in:
parent
863e32898a
commit
e243012438
@ -2,6 +2,7 @@ package check
|
||||
|
||||
import (
|
||||
"OpenIM/pkg/common/config"
|
||||
"OpenIM/pkg/common/log"
|
||||
"OpenIM/pkg/discoveryregistry"
|
||||
"OpenIM/pkg/errs"
|
||||
"OpenIM/pkg/proto/sdkws"
|
||||
@ -35,6 +36,7 @@ func (u *UserCheck) GetUsersInfos(ctx context.Context, userIDs []string, complet
|
||||
UserIDs: userIDs,
|
||||
})
|
||||
if err != nil {
|
||||
log.Error("", "call GetDesignateUsers err", err.Error())
|
||||
return nil, err
|
||||
}
|
||||
if complete {
|
||||
|
Loading…
x
Reference in New Issue
Block a user