branch: elpa/mastodon
commit 47f93353ebdba93125fb8a9abcda33e2c6d46efe
Author: marty hiatt <martianhia...@riseup.net>
Commit: marty hiatt <martianhia...@riseup.net>

    flycheck tl.el
---
 lisp/mastodon-tl.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index a40ec09b33..41ecd8529f 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."

Reply via email to