From f4a839641d23346767495b78c05f1ef464a6c898 Mon Sep 17 00:00:00 2001 From: Kevin Aleman Date: Fri, 6 Dec 2024 07:36:59 -0600 Subject: [PATCH] Create six-snails-study.md --- .changeset/six-snails-study.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/six-snails-study.md diff --git a/.changeset/six-snails-study.md b/.changeset/six-snails-study.md new file mode 100644 index 000000000000..331bfacbbec1 --- /dev/null +++ b/.changeset/six-snails-study.md @@ -0,0 +1,5 @@ +--- +"@rocket.chat/meteor": patch +--- + +Fixes a behavior of the mentions parser that identified mentions inside markdown links text. Now, these components will be removed from the text before trying to parse mentions.