From 5129ca340a2e63e60f29ae2194d5e48906b15fcb Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 21 May 2024 19:30:49 +0200 Subject: add get-buffer-type for profile-statuses-tagged --- lisp/mastodon-tl.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 6c444d4..526fe5d 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1679,6 +1679,8 @@ call this function after it is set or use something else." 'profile-statuses-no-replies) ((string-suffix-p "only-media*" buffer-name) 'profile-statuses-only-media) + ((string-match-p "-tagged-" buffer-name) + 'profile-statuses-tagged) ((mastodon-tl--endpoint-str-= "statuses" :suffix) 'profile-statuses) ;; profile followers -- cgit v1.2.3