mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
When a post is flagged with the reason of 'Something Else' a brief message can be added by the user which subsequently creates a `meta_topic` private message. The group `moderators` is automatically added to this topic. If category group moderation is enabled, and the post belongs to a category with a reviewable group, that group should also be added to the meta_topic. Note: This extends the `notify_moderators` logic, and will add the reviewable group to the meta_topic, regardless of the settings of that group.