From 45a1a0ff1949a3dbe8e99248c60f669075f0bc5b Mon Sep 17 00:00:00 2001 From: Christian Paul Date: Tue, 26 Jan 2021 12:14:42 +0100 Subject: [PATCH] __roomId is a thing --- src/matrixroomhandler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrixroomhandler.ts b/src/matrixroomhandler.ts index e7546ed5..e82dbc9f 100644 --- a/src/matrixroomhandler.ts +++ b/src/matrixroomhandler.ts @@ -43,6 +43,7 @@ const JOIN_ROOM_SCHEDULE = [ ]; export interface ICreationOptions { + __roomId: string; initial_state: { content: { join_rule: string,