zulip/frontend_tests
Dinesh 27e4f5da92 typing: Support sending stream/topic typing status.
This extends the /json/typing endpoint to also accept
stream_id and topic. With this change, the requests
sent to /json/typing should have these:
* `to`: a list set to
    - recipients for a PM
    - stream_id for a stream message
* `topic`, in case of stream message
along with `op`(start or stop).

On receiving a request with stream_id and topic, we send
typing events to clients with stream_typing_notifications set
to True for all users subscribed to that stream.
2021-04-27 20:52:21 -07:00
..
node_tests typing: Support sending stream/topic typing status. 2021-04-27 20:52:21 -07:00
puppeteer_lib test users: Add an escape char to a test username. 2021-04-13 11:42:06 -07:00
puppeteer_tests compose: Use `class` to find `markdown_preview` related elements. 2021-04-27 10:06:25 -07:00
zjsunit node_tests: Fix example jQuery mock in comment. 2021-04-23 11:16:42 -07:00