aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-06-15 12:46:27 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-06-15 12:46:27 +0200
commitae0b9ad7c11c7593a22fd0e8175911fe8a5a1e55 (patch)
tree700954c6af6f1090f6b217f18a1acd529d2b500d
parent901da7f72221be31109cd4c47a31fe4314c6a6f2 (diff)
pop-to-buffer in handler
-rw-r--r--lisp/mastodon-tl.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 3611d1c..08debda 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -3034,7 +3034,8 @@ When DOMAIN, force inclusion of user's domain in their handle."
RECORD is the bookmark record."
(let ((id (bookmark-prop-get record 'id)))
;; we need to handle thread and single toot for starters
- (mastodon-tl--thread id)))
+ (pop-to-buffer
+ (mastodon-tl--thread id))))
(defun mastodon-tl--bookmark-make-record ()
"Return a bookmark record for the current mastodon buffer."