From 18ec64f6eef29eebb7f4a46dcad9e288eee2c364 Mon Sep 17 00:00:00 2001 From: Alya Abbott Date: Fri, 13 Jun 2025 16:23:54 -0700 Subject: [PATCH] updates: Add update message (level=17). --- zerver/lib/zulip_update_announcements.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/zerver/lib/zulip_update_announcements.py b/zerver/lib/zulip_update_announcements.py index dfa5a4f9da..26f9476383 100644 --- a/zerver/lib/zulip_update_announcements.py +++ b/zerver/lib/zulip_update_announcements.py @@ -384,6 +384,17 @@ feature highlights in Zulip Server 10.0, and other Zulip project updates. deactivate_a_group_url="/help/deactivate-a-user-group", ), ), + ZulipUpdateAnnouncement( + level=17, + message=""" +Starting this week, you’ll get Zulip’s next-generation mobile app the next time +your Zulip app is upgraded. The new app offers a sleek new design and a faster, +smoother experience. Check out [the announcement post]({flutter_release_blog_post}) +for details and how to share your feedback. +""".format( + flutter_release_blog_post="https://blog.zulip.com/flutter-mobile-app-launch", + ), + ), ]