aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-06-24 15:11:53 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-06-24 15:11:53 +0200
commit47f93353ebdba93125fb8a9abcda33e2c6d46efe (patch)
tree47699556519ece5f3944991e778824081fdb1bc3
parentcaa3931c3950fac0d960639ce17dbc27c8e27689 (diff)
flycheck tl.el
-rw-r--r--lisp/mastodon-tl.el4
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."