From 3b7bd0261d67aa538788f986fd2def7e6ae7aaa9 Mon Sep 17 00:00:00 2001 From: Marcel <79279756+aofn@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:50:27 +0100 Subject: [PATCH] add missing variables --- lib/auth/MatrixAuthProvider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/MatrixAuthProvider.js b/lib/auth/MatrixAuthProvider.js index ee40a9ef..9997d7b6 100644 --- a/lib/auth/MatrixAuthProvider.js +++ b/lib/auth/MatrixAuthProvider.js @@ -115,7 +115,7 @@ class MatrixAuthProvider { * @returns {Promise} A promise that resolves to the created room or space. * @throws {Error} If there was an error creating the room or space. */ - async createRoom(name, isSpace, topic, joinRule, type, template, parentId) { + async createRoom(name, isSpace, topic, joinRule, type, template, parentId, visibility, historyVisibility) { const opts = { name: name, preset: 'private_chat',