Merge pull request #290 from pangeachat/inivite-hotfix
invitation fix for students
This commit is contained in:
commit
c235842f35
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