mirror of https://github.com/zulip/zulip.git
91f03e0d38
For the timing part of sending requests, it will be the same as DMs, as the code in 'typing_status.ts' is being reused for that purpose. As a note, 'state.current_recipient_ids' and 'new_recipient_ids' of update() in 'typing_status.ts' used to be an array of recipient ids. Renamed them to 'state.current_recipient' and 'new_recipient' as they can now be either of: 1) An object of format {stream_id: 2, topic:'hello'} 2) an array of recipient user IDs like previously Also, made required changes in 'typing_status.ts' and 'typing_status.js.flow', i.e., documenting the new format of new_recipient. Co-authored-by: Prakhar Pratyush <prakhar841301@gmail.com> |
||
---|---|---|
.. | ||
fenced_code.ts | ||
internal_url.js.flow | ||
internal_url.ts | ||
poll_data.js.flow | ||
poll_data.ts | ||
resolved_topic.js.flow | ||
resolved_topic.ts | ||
typeahead.js.flow | ||
typeahead.ts | ||
typing_status.js.flow | ||
typing_status.ts |