discourse/plugins/discourse-reactions/app
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
..
controllers/discourse_reactions DEV: Scope reactions-received to only posts the owner can see (#40837) 2026-06-12 12:36:54 -03:00
jobs
models/discourse_reactions DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
serializers
services/discourse_reactions DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00