diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-11-09 22:34:55 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-11-09 22:34:55 +0100 |
commit | 8e576fc29715436adbf8bda0432d909e3f15de2e (patch) | |
tree | 6d79447d29d02e93269ad407e1c49960e8a27833 /lisp/mastodon-tl.el | |
parent | f1af40e2c00e9a7db67e4e1c153a77cd61d8c562 (diff) |
implement exclude_replies on profile view, inc. cycle
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 db185d6..cb478b5 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1578,6 +1578,8 @@ call this function after it is set or use something else." ;; posts inc. boosts: ((string-suffix-p "no-boosts*" buffer-name) 'profile-statuses-no-boosts) + ((string-suffix-p "no-replies*" buffer-name) + 'profile-statuses-no-replies) ((mastodon-tl--endpoint-str-= "statuses" :suffix) 'profile-statuses) ;; profile followers |