branch: elpa/mastodon
commit 7d3d5c198ae664f93d78a8213928a637dc51f4c6
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    add shr-alt property to images. FIX #725.
---
 lisp/mastodon-tl.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 2ee37e8c53..c23ad79df5 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -1521,6 +1521,7 @@ SENSITIVE is a flag from the item's JSON data."
               'image-url (or full-remote-url media-url) ; for shr-browse-image
               'keymap mastodon-tl--shr-image-map-replacement
               'image-description caption
+              'shr-alt caption ; for shr-show-alt-text
               'sensitive sensitive
               'help-echo (if (or (string= type "image")
                                  (string= type nil)

Reply via email to