mattermost/mattermost

[Bug]: Links containing `&` are broken in notification emails (replaced with &)

Open

#33,946 建立於 2025年9月23日

在 GitHub 查看
 (1 留言) (1 反應) (1 負責人)TypeScript (32,880 star) (7,823 fork)batch import
Help Wanted

描述

Before you file a bug report

Mattermost Server Version

10.5.10 + 11.0.0 (community)

Steps to reproduce

Receive a notification email for a new message that contains a link with multiple query string arguments separated by &, such as https://example.com/?foo=bar&hello=world

Expected behavior

The link remains as https://example.com/?foo=bar&hello=world

Observed behavior

The link includes HTML entities, both in the displayed URL and in the href: https://example.com/?foo=bar&hello=world

貢獻者指南

[Bug]: Links containing `&` are broken in notification emails (replaced with &) · mattermost/mattermost#33946 | Good First Issue