You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
Fix linkifying rooms with underscores, try 2
Fixes https://github.com/vector-im/vector-web/issues/500
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user