From 95add71b6ab4f65a19822046c0d6d6fc1b14b442 Mon Sep 17 00:00:00 2001 From: Swan Date: Sat, 10 Aug 2024 18:34:30 -0400 Subject: [PATCH] MArk normal ranking queue comments as active --- handlers/ranking_comments.go | 1 + 1 file changed, 1 insertion(+) 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 {