Flags or (something else) increase the number of reactions

I have the impression that flags on a post increase the number of reactions. For example on ‘Preinstalled’ plugin label on hosted sites - #2 by Moin I see


I also noticed posts where the difference was even greater: for example Custom user menu tab

And on my forum after I reacted with :clap: on a flagged post I see

I checked the json of my first example:

        "reactions": [
          {
            "id": "heart",
            "type": "emoji",
            "count": 5
          }
        ],
        "current_user_reaction": null,
        "reaction_users_count": 4,

So I think the count which is calculated here causes this issue:

1 Like