Pass around MatrixClients instead of using MatrixClientPeg (#11000)
This commit is contained in:
committed by
GitHub
parent
aa5a2e1363
commit
938aefc51c
@@ -90,5 +90,5 @@ export async function startDm(client: MatrixClient, targets: Member[], showSpinn
|
||||
}
|
||||
|
||||
createRoomOptions.spinner = showSpinner;
|
||||
return createRoom(createRoomOptions);
|
||||
return createRoom(client, createRoomOptions);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user