Add URL to headers

This commit is contained in:
bingus_violet 2024-10-16 10:26:13 -05:00
parent 0455275790
commit f206c666b8

View file

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