mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
stream-events: Update topic name for stream to channel rename.
In zerver/models/realms.py, updates the topic for stream/channel updates to be "channel events" instead of "stream events". Part of stream to channel rename project.
This commit is contained in:
committed by
Tim Abbott
parent
9b46204fad
commit
eb9a142a9e
@@ -335,7 +335,7 @@ class Realm(models.Model): # type: ignore[django-manager-missing] # django-stub
|
||||
|
||||
DEFAULT_NOTIFICATION_STREAM_NAME = "general"
|
||||
INITIAL_PRIVATE_STREAM_NAME = "core team"
|
||||
STREAM_EVENTS_NOTIFICATION_TOPIC_NAME = gettext_lazy("stream events")
|
||||
STREAM_EVENTS_NOTIFICATION_TOPIC_NAME = gettext_lazy("channel events")
|
||||
new_stream_announcements_stream = models.ForeignKey(
|
||||
"Stream",
|
||||
related_name="+",
|
||||
|
||||
Reference in New Issue
Block a user