tidy code

This commit is contained in:
wenxu12345 2021-12-28 16:06:06 +08:00
parent 12c2d18325
commit 8286c10406

View File

@ -381,7 +381,7 @@ func MemberEnterNotification(req *pbGroup.GroupApplicationResponseReq) {
//}
func getFromToUserNickname(operationID, fromUserID, toUserID string) (string, string) {
return
return "", ""
from, err1 := imdb.GetUserByUserID(fromUserID)
to, err2 := imdb.GetUserByUserID(toUserID)
if err1 != nil || err2 != nil {