1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

pr iteration, don't assume js-sdk stores group stuff other than groupId

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2018-06-22 12:05:46 +01:00
parent 561b9699fc
commit 9ee78de7e5
2 changed files with 8 additions and 19 deletions

View File

@@ -223,7 +223,8 @@ const sanitizeHtmlParams = {
case '+':
attribs.href = '#/group/' + entity;
break;
case '#': case '!':
case '#':
case '!':
attribs.href = '#/room/' + entity;
break;
}