mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
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:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user