diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-05-21 12:40:19 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-05-21 12:40:19 +0200 |
commit | e6bdc008ed3f66fd5c6903c491e1cf6d4dafd2f3 (patch) | |
tree | 1c6bf2829dd23cba54f4e2b831b6edfc9d8c78cf /lisp/mastodon-tl.el | |
parent | 9dcffebf366e442d6f69240561a5909e8e8f4da0 (diff) |
profiles: support only-media arg
Diffstat (limited to 'lisp/mastodon-tl.el')
-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 fa0c7bb..6c444d4 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1677,6 +1677,8 @@ call this function after it is set or use something else." 'profile-statuses-no-boosts) ((string-suffix-p "no-replies*" buffer-name) 'profile-statuses-no-replies) + ((string-suffix-p "only-media*" buffer-name) + 'profile-statuses-only-media) ((mastodon-tl--endpoint-str-= "statuses" :suffix) 'profile-statuses) ;; profile followers |