Display community rules when providing reason to remove a comment as a moderator
jm355 opened this issue · 2 comments
Pre-Flight checklist
- Did you check to see if this issue already exists?
- This is a single feature request. (Do not put multiple feature requests in one issue)
- This is not a question or discussion. (Use https://lemmy.ml/c/jerboa for that)
Describe The Feature Request Below
When moderating comments, if a comment breaks the community rules I like to specify the exact rule that comment is breaking, or the list of rules if it breaks multiple rules, but I don't have the list of rules and their number memorized. It would be nice if there was an easy way to reference the community rules or sidebar while writing the mod note when removing a comment.
This might even be nice for the generic add comment workflow - to be able to double check the rules of the community before posting your comment, if you think it might not comply or is close.
I spose this could be added to the action bar for that page, IE a link to the community info screen.
I looked at the code a little, and the difficulty is that it'd either require an extra call to GetCommunity
just for extra info like counts and the moderator list.
It'd probably be easier to just have a little expando or popup that shows the site / community rules by itself, which doesn't require an extra call.