diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-21 19:30:49 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-21 19:30:49 +0200 |
commit | 5129ca340a2e63e60f29ae2194d5e48906b15fcb (patch) | |
tree | 3598dbb8ebda9b0e54503d2209452d4dbf586903 /lisp | |
parent | 316ab00be17e4b86a16319301f74708ecf2e13ca (diff) |
add get-buffer-type for profile-statuses-tagged
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 |