From 3080367aff71487cab83cabf52c62d22e0a42167 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 16 Jan 2023 08:34:53 +0100 Subject: add single-status check to get-buffer-type --- lisp/mastodon-tl.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lisp') diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index e01d3a7..9234b77 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1437,6 +1437,8 @@ Should work in all mastodon buffers." ;; threads: ((string-suffix-p "context" endpoint-fun) 'thread) + ((string-prefix-p "statuses" endpoint-fun) + 'single-status) ;; profiles: ((string-prefix-p "accounts" endpoint-fun) (cond -- cgit v1.2.3