Skip to content

Commit

Permalink
add missing variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aofn committed Dec 12, 2023
1 parent e3ebbee commit 3b7bd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/MatrixAuthProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class MatrixAuthProvider {
* @returns {Promise<Object>} 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',
Expand Down

0 comments on commit 3b7bd02

Please sign in to comment.