nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.64k stars 437 forks source link

Mentions inside markdown code blocks should not be rendered and not trigger notifications, etc. #10252

Open nickvergessen opened 1 year ago

nickvergessen commented 1 year ago

How to use GitHub


Steps to reproduce

  1. Post a message like @ivan
  2. Post a message like Hello @ivan world
  3. Post a message like the following without the leading backslashes
    \```
    Hello @ivan world
    \```

Expected behaviour

Silence

Actual behaviour

Ivan receives 3 notifications and the mention chip shows 3 times

nickvergessen commented 1 year ago

This is actually a problem on the API level

ChristophWurst commented 5 months ago

Moreover, Copy code block copies the rendered text, not the original @someone