mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[GH-ISSUE #197] Refresh option should be removed from the hashed string for the generated image #694
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#694
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sadok-f on GitHub (Oct 15, 2018).
Original GitHub issue: https://github.com/flyimg/flyimg/issues/197
Originally assigned to: @sadok-f on GitHub.
There's a bug when asking to refresh an image with
rf_1option.The purpose of rf_1 is to get the source image again and generate new output.
so The hash generated should be the same, but currently, we have 2 different hashes.
To fix this, rf_1 should be removed from the generated string for the output image.