0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-reactions
Gabriel Grubba 79cbf171c0
DEV: Scope reactions-received to only posts the owner can see (#40837)
`reactions_received` built its post list with
`filter_allowed_categories`, which only scopes by category. We should be
checking it as we would for a regular post list

With this change, this method is in line with `reactions_given`, which
already runs its results through a visibility guard.

relates to: PATCH-1292

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 12:36:54 -03:00
..
app DEV: Scope reactions-received to only posts the owner can see (#40837) 2026-06-12 12:36:54 -03:00
assets UX: minor reactions style fixes (#40811) 2026-06-11 18:24:38 -04:00
config I18N: Update translations (#40789) 2026-06-11 12:09:07 +02:00
db FEATURE: Promote discourse_reactions_allow_any_emoji out of experimental (#35589) 2025-10-24 16:51:18 +10:00
lib DEV: NameError when resolving reactions serializer helpers 2026-05-26 13:04:29 +08:00
public/images/upcoming_changes UX: post reply count position change (#39606) 2026-05-11 11:43:54 +04:00
spec DEV: Scope reactions-received to only posts the owner can see (#40837) 2026-06-12 12:36:54 -03:00
test/javascripts FIX: reactions shouldn't be visible to users without see_hidden_post permission if a post is hidden (#40216) 2026-06-08 11:29:35 -04:00
package.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00
plugin.rb FEATURE: Prompt anonymous users to sign up after engagement clicks (#40256) 2026-05-26 09:30:38 +02:00
README.md
tsconfig.json DEV: Add a script for generating external types in discourse-types (#37095) 2026-03-09 20:37:43 +01:00

Discourse Reactions

Discourse-reactions is a plugin that allows user to add their reactions to the post.

For more information, please see: https://meta.discourse.org/t/discourse-reactions-beyond-likes/183261