forked from AkkomaGang/akkoma
Try to warm the cache with the preview image if preview proxy enabled
This commit is contained in:
parent
967afa064b
commit
4e6eb22b4a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def perform(:prefetch, url) do
|
||||||
end
|
end
|
||||||
|
|
||||||
url
|
url
|
||||||
|> MediaProxy.url()
|
|> MediaProxy.preview_url()
|
||||||
|> HTTP.get([], adapter: opts)
|
|> HTTP.get([], adapter: opts)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue