stream: Add field to track active status of stream.

This commit is contained in:
Aman Agrawal
2024-10-07 13:15:05 +00:00
committed by Tim Abbott
parent b2b233f0a7
commit 50256f4831
16 changed files with 198 additions and 4 deletions

View File

@@ -36,6 +36,11 @@ class zulip::app_frontend_once {
}
# Daily
zulip::cron { 'update-channel-recently-active-status':
hour => '1',
minute => '40',
manage => 'update_channel_recently_active_status',
}
zulip::cron { 'soft-deactivate-users':
hour => '5',
minute => '0',