0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 19:36:44 +08:00
discourse/plugins/discourse-assign/spec/integration
Arpit Jalan 0a0f4975ef
FIX: Scope group archive and inbox actions to the group's messages (#41662)
Previously, `GroupArchivedMessage.archive!` and `.move_to_inbox!` did
not validate the target topic against the given group before updating
state and triggering events.

This change makes both methods no-ops unless the topic is a private
message with the group as an allowed recipient, and applies the same
check in `TopicsBulkAction`.
2026-07-14 10:05:10 +05:30
..
assign_spec.rb FIX: Scope group archive and inbox actions to the group's messages (#41662) 2026-07-14 10:05:10 +05:30
solved_integration_spec.rb DEV: Allow multiple solutions in solved plugin (#39806) 2026-05-28 07:12:28 -05:00