We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9b40c commit 51c308fCopy full SHA for 51c308f
1 file changed
src/RoomInvite.tsx
@@ -35,7 +35,7 @@ export interface IInviteResult {
35
* @param {function} progressCallback optional callback, fired after each invite.
36
* @returns {Promise} Promise
37
*/
38
-export function inviteMultipleToRoom(
+export async function inviteMultipleToRoom(
39
client: MatrixClient,
40
roomId: string,
41
addresses: string[],
0 commit comments