branch: elpa/mastodon commit 6b0786127add69c47bd925444b18b02f92b71f0a Author: marty hiatt <martianhia...@disroot.org> Commit: marty hiatt <martianhia...@disroot.org>
fix call to mastodon-tl-view-full-image-at-point --- lisp/mastodon-tl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 230962e515..c3dd77a05e 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1692,7 +1692,7 @@ OPTIONS is an alist." (interactive "d") (if (mastodon-tl--media-video-p) (mastodon-tl-mpv-play-video-at-point) - (mastodon-tl-view-full-image))) + (mastodon-tl-view-full-image-at-point))) (defun mastodon-tl-click-image-or-video (event) "Click to play video with `mpv.el'.