mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	refactor: Make acting_user a mandatory kwarg for bulk_add_subscriptions.
This commit is contained in:
		| @@ -64,7 +64,9 @@ From image editing program: | ||||
|         ) | ||||
|         self.set_avatar(twitter_bot, "static/images/features/twitter.png") | ||||
|  | ||||
|         bulk_add_subscriptions(realm, [stream], list(UserProfile.objects.filter(realm=realm))) | ||||
|         bulk_add_subscriptions( | ||||
|             realm, [stream], list(UserProfile.objects.filter(realm=realm)), acting_user=None | ||||
|         ) | ||||
|  | ||||
|         staged_messages: List[Dict[str, Any]] = [ | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user