mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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>
7 lines
243 B
Handlebars
7 lines
243 B
Handlebars
<div class="above_compose_banner main-view-banner warning-style {{classname}}">
|
|
<p class="banner_content">
|
|
{{banner_text}}
|
|
</p>
|
|
<a role="button" class="zulip-icon zulip-icon-close main-view-banner-close-button"></a>
|
|
</div>
|