diff --git a/src/domain/session/room/timeline/linkify/regex.js b/src/domain/session/room/timeline/linkify/regex.js index ca6e4320..33adc176 100644 --- a/src/domain/session/room/timeline/linkify/regex.js +++ b/src/domain/session/room/timeline/linkify/regex.js @@ -1,6 +1,6 @@ /* The regex is split into component strings; -meaning that any escapes (\) must be also +meaning that any escapes (\) must also be escaped. */ const scheme = "(?:https|http|ftp):\\/\\/";