Add Image Detection to RMF (Rich Message Formatting) #79
Reference in New Issue
Block a user
Delete Branch "npease-gifs"
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?
As stated. Works for ".jpg", ".jpeg", ".png", ".gif", ".webp". URL's not ending in those extensions are not detected. The solution is to run a HEAD request on those, but that involves creating a backend API endpoint, and to avoid server overload, moving the image detection from the client recieving messages to the client who sent the message to avoid multiple HEAD requests sent per GIF upload.

The latest updates on your projects. Learn more about Vercel for Git ↗︎