Merge branch 'main' into access-token-fix
This commit is contained in:
commit
0f282532b1
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ extension AnalyticsClientExtension on Client {
|
|||
/// Handles case when students cannot add analytics room to space(s)
|
||||
/// so teacher is still able to get analytics data for this student
|
||||
void _inviteAllTeachersToAllAnalyticsRooms() {
|
||||
if (userID == null || userID == BotName.byEnvironment) return;
|
||||
for (final Room room in allMyAnalyticsRooms) {
|
||||
room.inviteTeachersToAnalyticsRoom();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue