zulip/frontend_tests
Tim Abbott 8b55a310f1 typing: Fix invalid typing notifications for stream messages.
In e42c3f7418, we made the assumption
that compose_pm_pill.get_recipient() would return no users for stream
messages.  It turns out, due to the confusing name of
compose_state.recipient (which we just renamed to
compose_state.private_message_recipient), this assumption was wrong.

As a result, when composing a stream message using the reply hotkeys,
we'd end up sending typing notiifcations to the person who sent the
message we're replying to as though a PM was being composed.

We fix this by avoiding passing an (expected to be unused) value for
private_message_recipient to compose_state.start.
2019-12-02 09:31:16 -08:00
..
casper_lib compose_state: Rename compost_state.recipient to be about PMs only. 2019-12-02 08:53:55 -08:00
casper_tests message_edit: Add message edit local echo. 2019-11-20 17:40:19 -08:00
node_tests typing: Fix invalid typing notifications for stream messages. 2019-12-02 09:31:16 -08:00
zjsunit zjsunit: Remove set_global side effect from zrequire. 2019-11-13 14:29:17 -08:00
.eslintrc.json lint: Check eslint indentation for casper tests. 2018-05-06 19:35:18 -07:00
run-casper test-backend, run-casper: Remove proxy vars instead of setting to "". 2019-10-28 15:47:45 -07:00