Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed May 30, 2024
1 parent 4c93d11 commit e96160f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/Group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ export class Group<
return XMTP.removeAdmin(this.client.address, this.id, inboxId)
}

// Remove Super Admin
// Removes an inboxId from the group super admins.
// Will throw if the user does not have the required permissions.
async removeSuperAdmin(inboxId: string): Promise<void> {
return XMTP.removeSuperAdmin(this.client.address, this.id, inboxId)
}
Expand Down

0 comments on commit e96160f

Please sign in to comment.