diff options
| -rw-r--r-- | lisp/mastodon-tl.el | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 7d23b69..a5b5ed7 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1491,10 +1491,9 @@ ID is that of the toot to view."                  (with-output-to-temp-buffer buffer                    (switch-to-buffer buffer)                    (mastodon-mode) -                  (mastodon-tl--set-buffer-spec -                   buffer -                   (format "statuses/%s/context" id) -                   'mastodon-tl--thread) +                  (mastodon-tl--set-buffer-spec buffer +                                                (format "statuses/%s/context" id) +                                                nil)                    (let ((inhibit-read-only t))                      (mastodon-tl--timeline (alist-get 'ancestors context))                      (goto-char (point-max)) | 
