@@ -611,7 +611,7 @@ func getMatchRounds(c *gin.Context) {
func getMatchChat(c *gin.Context) {
id := c.Param("id")
trans := c.PostForm("translate")
trans := c.Query("translate")
if id == "" {
c.Status(http.StatusBadRequest)
The note is not visible to the blocked user.