thedevs-network / kutt-extension

🔗✂️ Cross-Browser URL Shortener Extension based on Kutt.it
MIT License
134 stars 36 forks source link

[BUG] Avoid URL DUPLICATES #51

Closed uhlhosting closed 5 years ago

uhlhosting commented 5 years ago

For example:

image

we can wee I made some tests and we have 3 sites different url shortened. Maybe just to seek if it was previously shortened and recover it, or cache it...

abhijithvijayan commented 5 years ago

The best way to solve this is to replace the short url of the previously shortened same long url with the latest short url. Let me look on to that.