realm: Add setting to notify user on DMing guest.

Added `enable_guest_user_dm_warning` setting to decide whether
clients should show a warning when a user is composing to a guest
user in the organization.

Fixes #30078.

Co-authored-by: adnan-td <generaladnan139@gmail.com>
This commit is contained in:
Vector73
2025-02-06 14:13:13 +00:00
committed by Tim Abbott
parent d852aeffc4
commit cb6f0fd63c
23 changed files with 323 additions and 29 deletions

View File

@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
## Changes in Zulip 10.0
**Feature level 348**
* [`POST /register`](/api/register-queue), [`POST /events`](/api/get-events),
`PATCH /realm`: Added `enable_guest_user_dm_warning` setting to decide
whether clients should show a warning when a user is composing to a
guest user in the organization.
**Feature level 347**
* [Markdown message formatting](/api/message-formatting#links-to-channels-topics-and-messages):