fix for inviting students to chats
This commit is contained in:
parent
ec66e45b64
commit
2fc8c30f25
1 changed files with 2 additions and 0 deletions
|
|
@ -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#
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue