From ba15ee5892907ddb6ad653dfcb3850f9622d7517 Mon Sep 17 00:00:00 2001 From: mousebot Date: Sat, 9 Oct 2021 13:22:04 +0200 Subject: handle cached images when we fetch images, check if they are cached, and if so use the cached version. for now, images aren't cached explicitly, but this should work if the user has `url-automatic-caching' enabled. --- lisp/mastodon-media.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-media.el b/lisp/mastodon-media.el index 8aadf0a..b526841 100644 --- a/lisp/mastodon-media.el +++ b/lisp/mastodon-media.el @@ -209,7 +209,7 @@ REGION-LENGTH is the range from start to propertize." 'media-state 'loading-failed) :loading-failed)))))) - +H (defun mastodon-media--select-next-media-line (end-pos) "Find coordinates of the next media to load before END-POS. -- cgit v1.2.3