Currently, add_comment sanitization requires to list all members that may be mentioned.
This is too restrictive, and doesn't allow organizations to freely mention their own engineers.
A few possible solutions:
- Allow full teams by just declaring the team name
- Configuration to disable sanitization for mentions, as a fallback
Currently,
add_commentsanitization requires to list all members that may be mentioned.This is too restrictive, and doesn't allow organizations to freely mention their own engineers.
A few possible solutions: