discourse/plugins/discourse-post-voting/spec
Juan David Martínez Cubillos c7c03e56e4
FIX: Disagree action can unsilence users outside reviewer authority (#39857)
Only unsilence users when disagreeing with a flag if the silence was
caused by that specific post. Previously, disagreeing would
unconditionally call `UserSilencer.unsilence`, allowing reviewers to
clear unrelated silences.

This aligns with `ReviewableFlaggedPost`'s behavior and prevents
category group moderators from using reviewables in their category to
clear silences imposed elsewhere.
2026-05-11 15:32:44 -05:00
..
components/post_voting DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
fabricators FEATURE: Update the ReviewablePostVotingComment UI (#35675) 2025-10-31 11:50:14 +08:00
lib DEV: Update rubocop-discourse to 3.13 and autofix issues (#35073) 2025-10-06 16:11:01 +02:00
models FIX: Disagree action can unsilence users outside reviewer authority (#39857) 2026-05-11 15:32:44 -05:00
requests FIX: Full names are exposed when name display is disabled (#39838) 2026-05-11 08:34:43 +10:00
serializers DEV: Don't use fab! for non-ActiveRecord model objects (#39272) 2026-04-15 00:52:34 +02:00
system DEV: Make enable_simplified_category_creation Permanent (#39739) 2026-05-06 12:21:50 +10:00
plugin_helper.rb