Fix images caching
This commit is contained in:
parent
424c7f0aed
commit
6fc22f35b9
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue