Skip to content

Commit

Permalink
Update src/invites.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Will Hunt <[email protected]>
  • Loading branch information
reivilibre and Half-Shot authored Jun 3, 2024
1 parent 9e55595 commit f875bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export async function resolveIdentifiers(client: ConferenceMatrixClient, people:
/**
* Invites a person to a room idempotently.
*
* Raises an exception when we don't have information to invite the user, or there is some Matrix or network error preventing us from doing so.
* @throws an exception when we don't have information to invite the user, or there is some Matrix or network error preventing us from doing so.
*/
export async function invitePersonToRoom(client: ConferenceMatrixClient, resolvedPerson: ResolvedPersonIdentifier, roomId: string, config: IConfig): Promise<void> {
if (resolvedPerson.mxid) {
Expand Down

0 comments on commit f875bf3

Please sign in to comment.