emoji: Store in S3 with a long public cache-control.

This commit is contained in:
Alex Vandiver 2024-06-18 16:27:00 +00:00 committed by Tim Abbott
parent 0442e95276
commit 0385e5bab9
1 changed files with 1 additions and 0 deletions

View File

@ -384,6 +384,7 @@ class S3UploadBackend(ZulipUploadBackend):
content_type,
user_profile,
image_data,
cache_control="public, max-age=31536000, immutable",
)
@override