mirror of https://github.com/zulip/zulip.git
118a7e8d9d
This commit adds a management command that will run regularly as a cron job to send zulip updates to realms based on their current and latest zulip_update_announcements_level. For realms with: * level = None: Send a group DM to admins notifying them about this new feature & suggestion to set the stream accordingly. * level = 0: * If stream is still not configured, wait for a week before setting their level to latest level. They will miss updates until their configure the stream. * If stream is configured, send updates. * level > 0: Send one message/update per level & increase the level by 1 till the latest level. Fixes #28604. |
||
---|---|---|
.. | ||
__init__.py | ||
alert_words.py | ||
bots.py | ||
clients.py | ||
constants.py | ||
custom_profile_fields.py | ||
drafts.py | ||
groups.py | ||
linkifiers.py | ||
lookups.py | ||
messages.py | ||
muted_users.py | ||
onboarding_steps.py | ||
prereg_users.py | ||
presence.py | ||
push_notifications.py | ||
realm_audit_logs.py | ||
realm_emoji.py | ||
realm_playgrounds.py | ||
realms.py | ||
recipients.py | ||
scheduled_jobs.py | ||
streams.py | ||
user_activity.py | ||
user_topics.py | ||
users.py |