mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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:
		@@ -247,6 +247,7 @@ def remove_subscriptions_backend(
 | 
			
		||||
 | 
			
		||||
    result = dict(removed=[], not_subscribed=[])  # type: Dict[str, List[str]]
 | 
			
		||||
    (removed, not_subscribed) = bulk_remove_subscriptions(people_to_unsub, streams,
 | 
			
		||||
                                                          request.client,
 | 
			
		||||
                                                          acting_user=user_profile)
 | 
			
		||||
 | 
			
		||||
    for (subscriber, removed_stream) in removed:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user