mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Rename humbug_finish to zulip_finish.
(imported from commit a73ef9302d16a4068c7d050d4882d2eba699488d)
This commit is contained in:
@@ -53,11 +53,11 @@ class ClientDescriptor(object):
|
||||
self.event_queue.push(event)
|
||||
if self.current_handler is not None:
|
||||
try:
|
||||
self.current_handler.humbug_finish(dict(result='success', msg='',
|
||||
events=[event],
|
||||
queue_id=self.event_queue.id),
|
||||
self.current_handler._request,
|
||||
apply_markdown=self.apply_markdown)
|
||||
self.current_handler.zulip_finish(dict(result='success', msg='',
|
||||
events=[event],
|
||||
queue_id=self.event_queue.id),
|
||||
self.current_handler._request,
|
||||
apply_markdown=self.apply_markdown)
|
||||
except socket.error:
|
||||
pass
|
||||
self.disconnect_handler()
|
||||
|
||||
Reference in New Issue
Block a user