mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Update RoomInvite.tsx
This commit is contained in:
parent
4d9b40c49a
commit
51c308f2ec
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ export interface IInviteResult {
|
|||
* @param {function} progressCallback optional callback, fired after each invite.
|
||||
* @returns {Promise} Promise
|
||||
*/
|
||||
export function inviteMultipleToRoom(
|
||||
export async function inviteMultipleToRoom(
|
||||
client: MatrixClient,
|
||||
roomId: string,
|
||||
addresses: string[],
|
||||
|
|
Loading…
Reference in a new issue