emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 9a8d24f9fa 02/45: call remove-overlays in --threa


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 9a8d24f9fa 02/45: call remove-overlays in --thread (fix bug display of play if we reload a thread)
Date: Thu, 1 Feb 2024 10:00:37 -0500 (EST)

branch: elpa/mastodon
commit 9a8d24f9fa2b8644ca50191363f16ac3143cfd5e
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    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(+)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 8c7fab8815..589f4ed8c6 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]