When linkifying HTML messages, give priority to explicit link tags (#2879)

* When linkifying HTML messages, give priority to explicit link tags
This commit is contained in:
Jorge Martin Espinosa 2024-05-20 13:09:37 +02:00 committed by GitHub
parent 115919e687
commit cec0db8a0e
3 changed files with 39 additions and 4 deletions

1
changelog.d/2291.bugfix Normal file
View file

@ -0,0 +1 @@
Make sure explicit links in messages take priority over links found by linkification (urls, emails, phone numbers, etc.)