mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
compose: Simplify user_acknowledged_wildcard to a Boolean.
This commit is contained in:
committed by
Tim Abbott
parent
f914e2a54e
commit
1bab164d39
@@ -67,7 +67,7 @@ function clear_box() {
|
||||
compose_validate.clear_topic_resolved_warning();
|
||||
compose_validate.clear_wildcard_warnings($("#compose_banners"));
|
||||
compose.clear_private_stream_alert();
|
||||
compose_validate.set_user_acknowledged_wildcard_flag(undefined);
|
||||
compose_validate.set_user_acknowledged_wildcard_flag(false);
|
||||
|
||||
compose_state.set_recipient_edited_manually(false);
|
||||
compose.clear_preview_area();
|
||||
|
||||
Reference in New Issue
Block a user