mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
upload: Content-type is always defined.
This commit is contained in:
committed by
Tim Abbott
parent
17fb23746f
commit
2eaf098c5d
@@ -38,7 +38,7 @@ class ZulipUploadBackend:
|
||||
self,
|
||||
path_id: str,
|
||||
uploaded_file_size: int,
|
||||
content_type: Optional[str],
|
||||
content_type: str,
|
||||
file_data: bytes,
|
||||
user_profile: UserProfile,
|
||||
target_realm: Realm,
|
||||
|
||||
Reference in New Issue
Block a user