You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Missed a brace
This commit is contained in:
@ -57,6 +57,7 @@ export function inviteToRoom(roomId, addr) {
|
||||
export function inviteMultipleToRoom(roomId, addrs) {
|
||||
this.inviter = new MultiInviter(roomId);
|
||||
return inviter.invite(addrs);
|
||||
}
|
||||
|
||||
export function isValidAddress(addr) {
|
||||
// Check if the addr is a valid type
|
||||
|
Reference in New Issue
Block a user