Skip to content

Commit

Permalink
Fix sending messages to teachers
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Apr 23, 2024
1 parent 7c4368a commit 979a93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ class Recipient {
case RecipientType.student:
return parents ? "Student$id" : "StudentOnly$id";
case RecipientType.teacher:
return "Teacher$id";
return "Ucitel$id";
}
}

Expand Down

0 comments on commit 979a93b

Please sign in to comment.