diff --git a/handlers/ranking_comments.go b/handlers/ranking_comments.go index 6cf03db..24a25a7 100644 --- a/handlers/ranking_comments.go +++ b/handlers/ranking_comments.go @@ -74,6 +74,7 @@ func AddRankingQueueComment(c *gin.Context) *APIError { UserId: user.Id, MapsetId: queueMapset.MapsetId, Comment: body.Comment, + IsActive: true, } if err := comment.Insert(); err != nil {