branch: elpa/mastodon
commit ae0b9ad7c11c7593a22fd0e8175911fe8a5a1e55
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    pop-to-buffer in handler
---
 lisp/mastodon-tl.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 3611d1c63e..08debdad2f 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."

Reply via email to