New mention matcher & parser
Fixes connect2x/trixnity-messenger/trixnity-messenger#615 (closed)
- Added support for matching new RoomIds in links
- Plaintext:
- Removed support for matching EventIds and RoomIds in plaintext
- HTML:
- Removed support for matching links in HTML anchors
Alternative: Use a proper HTML parser and then apply the matcher to TextContent nodes (we already do this in trixnity messenger)
- Removed support for matching links in HTML anchors
- Significantly more performant
Edited by Janne Mareike Koschinski