kick user log

This commit is contained in:
wangchuxiao
2023-07-12 13:21:49 +08:00
parent 3658f2b198
commit 5dbeac7dcf
3 changed files with 5 additions and 4 deletions
+2
View File
@@ -146,6 +146,8 @@ func (s *Server) KickUserOffline(ctx context.Context, req *msggateway.KickUserOf
return nil, err
}
}
} else {
log.ZWarn(ctx, "conn not exist", nil, "userID", v, "platformID", req.PlatformID)
}
}
return &msggateway.KickUserOfflineResp{}, nil