Fix linkifying rooms with underscores, try 2
Fixes https://github.com/vector-im/vector-web/issues/500
This commit is contained in:
parent
b83d1db24a
commit
59117f1905
2 changed files with 4 additions and 2 deletions
|
@ -42,7 +42,9 @@ function matrixLinkify(linkify) {
|
|||
TT.PLUS,
|
||||
TT.NUM,
|
||||
TT.DOMAIN,
|
||||
TT.TLD
|
||||
TT.TLD,
|
||||
TT.UNDERSCORE,
|
||||
TT.POUND,
|
||||
];
|
||||
|
||||
S_START.on(TT.POUND, S_HASH);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue