mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +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.
|
* @param {function} progressCallback optional callback, fired after each invite.
|
||||||
* @returns {Promise} Promise
|
* @returns {Promise} Promise
|
||||||
*/
|
*/
|
||||||
export function inviteMultipleToRoom(
|
export async function inviteMultipleToRoom(
|
||||||
client: MatrixClient,
|
client: MatrixClient,
|
||||||
roomId: string,
|
roomId: string,
|
||||||
addresses: string[],
|
addresses: string[],
|
||||||
|
|
Loading…
Reference in a new issue