diff options
-rw-r--r-- | lisp/mastodon-tl.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index a40ec09..41ecd85 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1219,6 +1219,8 @@ SENSITIVE is a flag from the item's JSON data." (url-retrieve url #'mastodon-media--process-full-sized-image-response `(,url))))))) +(defvar mastodon-media--sensitive-image-data) + (defun mastodon-tl--toggle-sensitive-image () "Toggle dislay of sensitive image at point." (interactive) @@ -3027,6 +3029,8 @@ When DOMAIN, force inclusion of user's domain in their handle." ;;; BOOKMARKS +(require 'bookmark) + (defun mastodon-tl--bookmark-handler (record) "Jump to a bookmarked location in mastodon.el. RECORD is the bookmark record." |