We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a81edd commit 08a1caeCopy full SHA for 08a1cae
src/main/kotlin/me/stageguard/obms/frontend/route/ruleset.kt
@@ -373,7 +373,8 @@ fun Application.ruleset() {
373
set(BeatmapCommentTable.content, u.comment)
374
where {
375
BeatmapCommentTable.rulesetId eq parameter.rulesetId and
376
- (BeatmapCommentTable.commenterQq eq webUser.qq)
+ (BeatmapCommentTable.commenterQq eq webUser.qq) and
377
+ (BeatmapCommentTable.bid eq u.bid)
378
}
379
380
0 commit comments