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 preview and comment work with proxified images #1656

Merged
merged 1 commit into from
Jul 23, 2023

Commits on Jul 23, 2023

  1. remove proxied images from sanity check

    Previously, proxied and local images were checked for presence in the
    storage before previewing or posting the comment. That logic resulted in
     an inability to post with an image when a proxy for images is enabled,
     as proxied images are not downloaded to disk before the first time
     someone loads them, which could only happen after the user either
     previews or posts the message.
    
    After this change, preview and post only checks the local images'
    presence and ignore the proxied ones.
    paskal committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d961c58 View commit details
    Browse the repository at this point in the history