fix for inviting students to chats

This commit is contained in:
ggurdin 2024-05-29 14:14:58 -04:00
parent ec66e45b64
commit 2fc8c30f25

View file

@ -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#