-
Notifications
You must be signed in to change notification settings - Fork 411
Open
Description
As comments are sometimes used by staff for important announcements (e.g. procedures for contesting being disqualified on a contest / procedures for requests an unrated due to issues), we should allow for the ability to pin comments.
A pinned comment should:
- Appear before all of its sibling comments on the site
- Will never have its contents hidden (even if it is downvoted)
- Optionally, appear in a separate comment stream from the usual comments.
This would likely require a new flag is_pinned
on comments, as well as a new permission judge_can_pin_comment
.