Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api): image downloads with correct filename #6735

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

psychedelicious
Copy link
Collaborator

Summary

In #6607 we fixed a race condition with deleting images. The fix inadvertently removed some headers from the image serving route that caused #6730. Headers restored

Related Issues / Discussions

Closes #6730

QA Instructions

Open image in new tab -> save image -> should use the correct filename

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

@hipsterusername hipsterusername merged commit 8ecf728 into main Aug 10, 2024
14 checks passed
@hipsterusername hipsterusername deleted the psyche/fix/api/image-dl-name branch August 10, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api python PRs that change python files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Images saved as full.png rather than the actual file name
2 participants