mirror of https://github.com/zulip/zulip.git
5c50732008
Before this we did not have remove event in server_events_dispatch.js for the user group delete event even though server had. This was leading to blueslip errors. Extracted the logic which was used in success() of channel.del for user_groups into the remove case in server_events_dispatch. Also removed the redundant reload call as we already do that in server events. |
||
---|---|---|
.. | ||
events.js |