mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
updates: Add update message (level=16).
This commit is contained in:
@@ -371,6 +371,19 @@ feature highlights in Zulip Server 10.0, and other Zulip project updates.
|
|||||||
blog_post_10_0_url="https://blog.zulip.com/zulip-server-10-0",
|
blog_post_10_0_url="https://blog.zulip.com/zulip-server-10-0",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
ZulipUpdateAnnouncement(
|
||||||
|
level=16,
|
||||||
|
message="""
|
||||||
|
- You can now [configure]({resolved_topic_notice_url}) whether notices sent when
|
||||||
|
topics are resolved are automatically marked as read for you.
|
||||||
|
- You can now restore [deactivated groups]({deactivate_a_group_url}) and
|
||||||
|
[archived channels]({archive_a_channel_url}) if you need to use them again.
|
||||||
|
""".format(
|
||||||
|
resolved_topic_notice_url="/help/marking-messages-as-read#configure-whether-resolved-topic-notices-are-marked-as-read",
|
||||||
|
archive_a_channel_url="/help/archive-a-channel",
|
||||||
|
deactivate_a_group_url="/help/deactivate-a-user-group",
|
||||||
|
),
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user