mirror of https://github.com/zulip/zulip.git
upload: Fix URL for realm icons with S3 backend.
This commit is contained in:
parent
b6da9e86d4
commit
1747427bf3
|
@ -322,7 +322,7 @@ class S3UploadBackend(ZulipUploadBackend):
|
|||
resized_data = resize_avatar(image_data)
|
||||
upload_image_to_s3(
|
||||
bucket_name,
|
||||
s3_file_name,
|
||||
s3_file_name + ".png",
|
||||
'image/png',
|
||||
user_profile,
|
||||
resized_data,
|
||||
|
|
Loading…
Reference in New Issue