mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
refactor: Make acting_user a mandatory kwarg for bulk_remove_subscriptions.
This commit is contained in:
@@ -3557,7 +3557,8 @@ def bulk_remove_subscriptions(
|
||||
users: Iterable[UserProfile],
|
||||
streams: Iterable[Stream],
|
||||
acting_client: Client,
|
||||
acting_user: Optional[UserProfile] = None,
|
||||
*,
|
||||
acting_user: Optional[UserProfile],
|
||||
) -> SubAndRemovedT:
|
||||
|
||||
users = list(users)
|
||||
|
||||
Reference in New Issue
Block a user