From 0decaef284feee68462fd1079296eb265eff0848 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Mon, 13 May 2024 11:48:36 -0700 Subject: [PATCH] updates: Add update about stream->channel rename and faster loading. --- zerver/lib/zulip_update_announcements.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/zerver/lib/zulip_update_announcements.py b/zerver/lib/zulip_update_announcements.py index c72a23a1b0..f1660062d1 100644 --- a/zerver/lib/zulip_update_announcements.py +++ b/zerver/lib/zulip_update_announcements.py @@ -81,6 +81,18 @@ them. [Learn more]({typing_notifications_help_url}). save_draft_help_url="/help/view-and-edit-your-message-drafts#save-a-draft-and-start-a-new-message", ), ), + ZulipUpdateAnnouncement( + level=4, + message=""" +- To simplify Zulip for new users, **Streams** have been renamed to +**Channels**. The functionality remains exactly the same, and bots do not need +to be updated. [Learn more]({introduction_to_channels_help_url}). + +- Topics and messages now load much faster when you open the web or desktop app. +""".format( + introduction_to_channels_help_url="/help/introduction-to-channels", + ), + ), ]