mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
upload: Content-type is always defined.
This commit is contained in:
committed by
Tim Abbott
parent
17fb23746f
commit
2eaf098c5d
@@ -81,7 +81,7 @@ class LocalUploadBackend(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