Fix images caching

This commit is contained in:
bingus_violet 2024-10-16 01:33:27 -05:00
parent 424c7f0aed
commit 6fc22f35b9

View file

@ -63,7 +63,7 @@ module.exports = {
} }
function get_img(activity, size = "large_image") { function get_img(activity, size = "large_image") {
return "https://cache.violets-purgatory.dev/cached/byID/" + activity.id + "?size=" + size return "https://cache.violets-purgatory.dev/cached/byID/" + activity.id + "?size=" + size + "&t=" + Date.now()
} }
function activityTime() { function activityTime() {