mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
onboarding: Replace channel messages in new organizations.
As a part of improving onboarding experience, this commit updates the channels and messages initially available in new orgs. Fixes #29297.
This commit is contained in:
committed by
Tim Abbott
parent
7ea66dbec5
commit
ac2152fdfd
@@ -333,6 +333,8 @@ class Realm(models.Model): # type: ignore[django-manager-missing] # django-stub
|
||||
# Defaults for new users
|
||||
default_language = models.CharField(default="en", max_length=MAX_LANGUAGE_ID_LENGTH)
|
||||
|
||||
ZULIP_DISCUSSION_CHANNEL_NAME = gettext_lazy("Zulip")
|
||||
ZULIP_SANDBOX_CHANNEL_NAME = gettext_lazy("sandbox")
|
||||
DEFAULT_NOTIFICATION_STREAM_NAME = gettext_lazy("general")
|
||||
STREAM_EVENTS_NOTIFICATION_TOPIC_NAME = gettext_lazy("channel events")
|
||||
new_stream_announcements_stream = models.ForeignKey(
|
||||
|
||||
Reference in New Issue
Block a user