discourse/plugins/discourse-reactions/spec
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
..
fabricators
lib DEV: NameError when resolving reactions serializer helpers 2026-05-26 13:04:29 +08:00
models DEV: Restore a post_mover spec (#39551) 2026-04-27 10:43:43 +02:00
reports DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
requests DEV: Scope reactions-received to only posts the owner can see (#40837) 2026-06-12 12:36:54 -03:00
serializers UX: Ignored users reactions/likes should not show up (#39672) 2026-05-11 15:32:29 -03:00
services FEATURE: Prevent silenced users from liking and using reactions (#37040) 2026-01-13 13:59:57 +01:00
system DEV: Fix anonymous-related spec flakes (#40502) 2026-06-03 11:37:17 +02:00
plugin_spec.rb DEV: Clean up scope resolution operators in plugins (#34979) 2025-09-30 14:36:34 +02:00