Skip to content

Commit

Permalink
Merge pull request #290 from pangeachat/inivite-hotfix
Browse files Browse the repository at this point in the history
invitation fix for students
  • Loading branch information
ggurdin authored Jun 4, 2024
2 parents 80a2c74 + bb5c300 commit c235842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pages/invitation_selection/invitation_selection.dart
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ class InvitationSelectionController extends State<InvitationSelection> {
future: () async {
if (mode == InvitationSelectionMode.admin) {
await inviteTeacherAction(room, id);
} else {
await room.invite(id);
}
},
// Pangea#
Expand Down

0 comments on commit c235842

Please sign in to comment.