mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
`call_on_each_event` now supports additional params other than `event_type` and `narrow`; Ex: `all_public_streams` to fetch events of all public streams. Also add a bit of explanation of how this parameter works. Fixes zulip/python-zulip-api#647