-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Index: features/cerberusweb.core/api/dao/worker.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/features/cerberusweb.core/api/dao/worker.php b/features/cerberusweb.core/api/dao/worker.php
--- a/features/cerberusweb.core/api/dao/worker.php (revision b5d478dcdb73401ad647368fbb0358cd72b8a3f9)
+++ b/features/cerberusweb.core/api/dao/worker.php (date 1768443451349)
@@ -850,6 +850,7 @@
}
// Rebuild all role rosters
+ // [TODO] This is inefficient, it should just clear a cache until the next request
DAO_WorkerRole::updateRosters();
}
Reactions are currently unavailable