0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/plugins/discourse-chat-integration/spec/requests
Isaac Janzen 02bc3862c0
FIX: Filter hidden tags from chat integration notifications (#42268)
## Summary

Chat-integration notification payloads built outbound titles from
unfiltered topic tags, so tag names hidden from the configured
integration user could be sent to external chat systems. The patch adds
a shared display-tag helper that filters tags through the integration
user's Guardian and applies it across all eight tag-rendering providers,
preventing disclosure of hidden tags in notification titles.

## Source

- Patch Triage: https://patch.discourse.org/patch-triage/1590

Co-authored-by: discourse-patch-triage
<272280883+discourse-patch-triage[bot]@users.noreply.github.com>
2026-08-03 13:05:18 -05:00
..
chat_controller_spec.rb
notifications_spec.rb FIX: Filter hidden tags from chat integration notifications (#42268) 2026-08-03 13:05:18 -05:00
public_controller_spec.rb