Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode

This commit is contained in:
wangchuxiao
2023-03-16 17:01:31 +08:00
8 changed files with 273 additions and 16 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ func (u *userDatabase) FindWithError(ctx context.Context, userIDs []string) (use
return
}
if len(users) != len(userIDs) {
err = errs.ErrRecordNotFound.Wrap()
err = errs.ErrRecordNotFound.Wrap("userID not found")
}
return
}