zulip/frontend_tests
Steve Howell 58855e8224 refactor: Remove maybe_clear_subscribers().
The maybe_clear_subscribers() function was an artifact of
when we used to attach subscribers to the "sub" records in
stream_data.js.  I think it was basically a refactoring
shim, and due to some other recent cleanup, it was only
used in test code.

We also change how we validate stream ids.

Going forward, peer_data just looks up stream_ids with the
normal stream_data API when it's trying to warn about
rogue stream_ids coming in.  As I alluded to in an earlier
commit, some of the warning code here might be overly
defensive, but at least it's pretty self-contained.
2021-02-03 15:23:17 -08:00
..
node_tests refactor: Remove maybe_clear_subscribers(). 2021-02-03 15:23:17 -08:00
puppeteer_lib eslint: Fix unicorn/consistent-destructuring. 2021-01-25 14:53:19 -08:00
puppeteer_tests puppeteer: Update language_setting_status check for new language data. 2021-01-20 06:35:41 -05:00
zjsunit blueslip: Add measure_time wrapper. 2021-02-03 15:23:17 -08:00