mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-06-03 22:31:18 +00:00
e6e950fcd8
- Implemented suppression of Discord mention notifications for bridged messages by setting `allowed_mentions` to an empty list, ensuring that mentions like `@everyone` and `@here` are displayed as plain text. - Updated documentation to reflect this change and clarify the formatting of mentions in bridged messages. - Adjusted payload structure in the Discord webhook integration to include `allowed_mentions` for better control over message parsing. - Enhanced unit tests to verify the inclusion of `allowed_mentions` in the message payload.