mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
This parameter isn't used anywhere. A good thing, because if it were, the code would immediately raise an exception -- `self._on_open_cbs` hasn't been initialized yet when we first call `_connect`, from the base class's `__init__`. So, just cut it. If we later need something like this, it's easy to add a working version then.
12 KiB
12 KiB