# FIX: Boosts can't be flagged by multiple users

**URL:** https://meta.discourse.org/t/fix-boosts-cant-be-flagged-by-multiple-users/407929
**Category:** Bug
**Tags:** fixed
**Created:** [18 juli 2026 om 02:21 UTC](https://meta.discourse.org/t/fix-boosts-cant-be-flagged-by-multiple-users/407929 "2026-07-18T02:21:49Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![small-lovely-cat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/small-lovely-cat/32/553546_2.png) [@small-lovely-cat](https://meta.discourse.org/u/small-lovely-cat)
#### Post date: [18 juli 2026 om 02:21 UTC](https://meta.discourse.org/t/fix-boosts-cant-be-flagged-by-multiple-users/407929/1 "2026-07-18T02:21:49Z")

</div>

The original check `rs.reviewable_score_type == params.flag_type_id && rs.pending?` prevents a flagged boost from being flagged by multiple users. When a user trying to flag a flagged boost, it will go wrong with an error message: `You have already flagged this boost.`

However, this may make the user confused, since the user has never flagged it.

This commit removed this check, so that the boost can be flagged by multiple users, so as to solve this problem, also added some specs.

P.S., lint the project so that the CI won’t raise an error.

 ![image](https://global.discourse-cdn.com/meta/original/4X/2/0/b/20b2af13cca01874e1d3f682b7f2cda52b8a725c.png)

> <https://github.com/discourse/discourse-boosts/pull/16>
>
> The original check \`rs.reviewable\_score\_type == params.flag\_type\_id && rs.pendin…g?\` prevents a flagged boost from being flagged by multiple users. When a user trying to flag a flagged boost, it will go wrong with an error message: \`You have already flagged this boost.\`
> 
> However, this may make the user confused, since the user has never flagged it.
> 
> This commit removed this check, so that the boost can be flagged by multiple users, so as to solve this problem, also added some specs.
> 
> P.S., updated linting for the .rb files.

---

_[View the full topic](https://meta.discourse.org/t/fix-boosts-cant-be-flagged-by-multiple-users/407929)._
