Add speech-topic policy from tomorrow and a morning family talk.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -26,6 +26,12 @@ internal static class MorningDress
|
||||
changed = true;
|
||||
}
|
||||
|
||||
if (isWorkday && school.SpeechRules.HasPending)
|
||||
{
|
||||
school.SpeechRules = school.SpeechRules.ApplyPending();
|
||||
changed = true;
|
||||
}
|
||||
|
||||
var offCampus = OffCampusIds(school);
|
||||
foreach (var person in school.Roster.People)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user