mirror of https://github.com/zulip/zulip.git
d604814347
We now use `wait_for_message_fully_processed` to check that messages are fully rendered. Before this, we had loopholes where messages sent outside the view were effectively ignored. Now we explicitly ignore the check for the one place we do that. The more important behavior is for messages that get sent to the current view. Before this change, the older version of this function declared victory as soon as we put the server version of a locally echoed message into the current message list's data. This fixes flaky behavior with 07-stars in particular, since we need the star icon on our last message to be there before we click on it. Because this function is more robust now, we can remove some redundant checks in 08-edit.js. |
||
---|---|---|
.. | ||
.gitignore | ||
common.js |