Skip to content

Commit

Permalink
Revert "add missing variables"
Browse files Browse the repository at this point in the history
This reverts commit 3b7bd02.
  • Loading branch information
aofn committed Dec 12, 2023
1 parent 3b7bd02 commit c1ba9f9
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, visibility, historyVisibility) {
async createRoom(name, isSpace, topic, joinRule, type, template, parentId) {
const opts = {
name: name,
preset: 'private_chat',
Expand Down

0 comments on commit c1ba9f9

Please sign in to comment.