[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)
- [nongnu] elpa/mastodon 0c048e154b 20/45: copy image caption cmd, (continued)
- [nongnu] elpa/mastodon 0c048e154b 20/45: copy image caption cmd, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 703655f109 26/45: Merge branch 'emoji-capf' into develop, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon a6680b093e 13/45: remove ; ; Version: strings in buffers other than mastodon.el, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 8108187270 10/45: buffer-for: fix () to ensure goto point min works on cycle, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 3b3f5228ac 35/45: profile: Use v2 search when looking for users, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 6fc44fe225 34/45: fix signature of make-capf so we call it right!, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 844a97ca89 39/45: fix typo in fun name, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 9ffe93009c 38/45: edit attachments description fun, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 792e18037d 27/45: Use `equal' to access alist entries by `mastodon-instance-url', ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 07b9052501 40/45: Merge pull request 'profile: Use v2 search when looking for users' (#524) from dme/mastodon.el:develop into develop, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 9a8d24f9fa 02/45: call remove-overlays in --thread (fix bug display of play if we reload a thread),
ELPA Syncer <=
- [nongnu] elpa/mastodon fda3e5963d 44/45: Merge pull request 'Add a couple of key bindings that I have found useful' (#525) from dme/mastodon.el:devel/suspend into develop, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon f994ae1b71 03/45: add role badge to profiles. FIX #504., ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon f1af40e2c0 08/45: edit toots adopt attachments. FIX #506, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon aa0a2c08f0 06/45: add msg about loss of attachments on editing toot, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon c9c9487968 21/45: docstring, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 6a306afeed 23/45: FIX #515. completion-ignore-case t buffer-local for compose, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 65821b2f24 17/45: update help-echo for new profile cycle cmds, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 8e576fc297 09/45: implement exclude_replies on profile view, inc. cycle, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon ff4d7a5ae4 15/45: docstrings/comments for quote-reply issues, ELPA Syncer, 2024/02/01
- [nongnu] elpa/mastodon 693244adec 16/45: add (no replies) to statuses no replies profile view, ELPA Syncer, 2024/02/01