mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
Add recipient() and composing() shims.
This commit is contained in:
@@ -35,7 +35,7 @@ function send_typing_notification_ajax(recipients, operation) {
|
||||
}
|
||||
|
||||
function check_and_send(operation) {
|
||||
var compose_recipient = compose.recipient();
|
||||
var compose_recipient = compose_state.recipient();
|
||||
var compose_nonempty = compose_state.has_message_content();
|
||||
|
||||
// If we currently have an active typing notification out, and we
|
||||
|
||||
Reference in New Issue
Block a user