diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-06-24 15:11:53 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-06-24 15:11:53 +0200 |
commit | 47f93353ebdba93125fb8a9abcda33e2c6d46efe (patch) | |
tree | 47699556519ece5f3944991e778824081fdb1bc3 /lisp/mastodon-tl.el | |
parent | caa3931c3950fac0d960639ce17dbc27c8e27689 (diff) |
flycheck tl.el
Diffstat (limited to 'lisp/mastodon-tl.el')
-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." |