updates: Add update message (level=17).

This commit is contained in:
Alya Abbott 2025-06-13 16:23:54 -07:00 committed by Tim Abbott
parent fd0800eee6
commit 18ec64f6ee

View File

@ -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, youll get Zulips 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",
),
),
]