Skip to content

docs: Allow passing additional params to call_on_each_event. #18007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2021

Conversation

LoopThrough-i-j
Copy link
Collaborator

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.
Fixes zulip/python-zulip-api#647

`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
@timabbott timabbott force-pushed the python-zulip-api#647 branch from 63edc20 to bdcbd53 Compare April 6, 2021 15:43
@timabbott timabbott merged commit bdcbd53 into zulip:master Apr 6, 2021
@timabbott
Copy link
Member

This is great, merged after adding a bit more detail to the preexisting documentation.

I also opened #18010, which I opened while reviewing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide a mechanism for passing all_public_streams to call_on_each_*
3 participants