mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
stream: Add field to track active status of stream.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user