mirror of https://github.com/zulip/zulip.git
emoji: Store in S3 with a long public cache-control.
This commit is contained in:
parent
0442e95276
commit
0385e5bab9
|
@ -384,6 +384,7 @@ class S3UploadBackend(ZulipUploadBackend):
|
|||
content_type,
|
||||
user_profile,
|
||||
image_data,
|
||||
cache_control="public, max-age=31536000, immutable",
|
||||
)
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in New Issue