Merge pull request #290 from pangeachat/inivite-hotfix

invitation fix for students
pull/1183/head
ggurdin 1 year ago committed by GitHub
commit c235842f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save