This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
Replies: 1 comment
-
The function for dupes is CHV\Image::isDuplicatedUpload. In this method you can see how the systems detects an existing image. From there you need to intercept here: And then dummy the return based on your use case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As far as I know that if an IP uploads the same image within 24 hours, chevereto will return 'Duplicated upload' error.
It's inconvenient when use it as an image backend in my project. It's preferred that chevereto will return the existed url of the image instead if it is duplicated. Is there any way to implement this feature?
Beta Was this translation helpful? Give feedback.
All reactions