bulk_remove_subscriptions: Pass client object in.

We need the client object to pass on to do_mark_stream_as_read.
This commit is contained in:
Tim Abbott
2018-03-13 16:13:21 -07:00
parent c60f197fde
commit 6e55342e21
9 changed files with 22 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ from zerver.worker import queue_processors
from zerver.lib.actions import (
check_send_message, create_stream_if_needed, bulk_add_subscriptions,
get_display_recipient, bulk_remove_subscriptions, get_stream_recipient,
get_display_recipient, get_stream_recipient,
)
from zerver.models import (