Linkify raw links in HTML message contents (#1102)
* Linkify links in HTML too: - Creates a `ClickableLinkText` for `String`. - Adds a `linkify` parameter to the original function, which is `true` by default. - Does the linkify logic inside that component, if `linkify` is true. * Add changelog * Make sure we don't linkify user mentions or room aliases. * Use remember to avoid re-processing the text for no reason.
This commit is contained in:
parent
059f93cac7
commit
1092e0bed9
4 changed files with 83 additions and 50 deletions
1
changelog.d/1079.bugfix
Normal file
1
changelog.d/1079.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Linkify links in HTML contents.
|
||||
Loading…
Add table
Add a link
Reference in a new issue