From 9a8d24f9fa2b8644ca50191363f16ac3143cfd5e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 31 Oct 2023 12:16:37 +0100 Subject: call remove-overlays in --thread (fix bug display of play if we reload a thread) --- lisp/mastodon-tl.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 8c7fab8..589f4ed 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1804,6 +1804,7 @@ view all branches of a thread." ;; if we have a thread: (with-mastodon-buffer buffer #'mastodon-mode nil (let ((marker (make-marker))) + (remove-overlays) ; video overlays (mastodon-tl--set-buffer-spec buffer endpoint #'mastodon-tl--thread) (mastodon-tl--timeline (alist-get 'ancestors context) :thread) -- cgit v1.2.3