From 47f93353ebdba93125fb8a9abcda33e2c6d46efe Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 24 Jun 2024 15:11:53 +0200 Subject: 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 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." -- cgit v1.2.3