implement room preview

This commit is contained in:
Bruno Windels
2020-12-02 11:06:35 +01:00
parent 1957277463
commit ca74aaf4d1
4 changed files with 62 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const EVENT_WITH_ROOMALIAS_PATTERN = /^[#]([^:]*):(.+)\/\$([^:]+):(.+)$/;
const USERID_PATTERN = /^@([^:]+):(.+)$/;
const GROUPID_PATTERN = /^\+([^:]+):(.+)$/;
const IdentifierKind = createEnum(
export const IdentifierKind = createEnum(
"RoomId",
"RoomAlias",
"UserId",