mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
claim_attachment: Remove the stale 'user_profile' parameter.
This commit removes the unused 'user_profile' parameter of the 'claim_attachement' function.
This commit is contained in:
committed by
Tim Abbott
parent
206c8ffedc
commit
508c5611d1
@@ -85,7 +85,6 @@ def upload_message_attachment(
|
||||
|
||||
|
||||
def claim_attachment(
|
||||
user_profile: UserProfile,
|
||||
path_id: str,
|
||||
message: Union[Message, ScheduledMessage],
|
||||
is_message_realm_public: bool,
|
||||
|
||||
Reference in New Issue
Block a user