mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 10:52:33 +08:00
debug
This commit is contained in:
parent
ad9e8ba3cd
commit
8d232850c3
@ -63,6 +63,7 @@ func FriendsDB2Pb(
|
|||||||
for _, friendDB := range friendsDB {
|
for _, friendDB := range friendsDB {
|
||||||
userID = append(userID, friendDB.FriendUserID)
|
userID = append(userID, friendDB.FriendUserID)
|
||||||
}
|
}
|
||||||
|
|
||||||
users, err := getUsers(ctx, userID)
|
users, err := getUsers(ctx, userID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user