diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-15 08:30:58 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-01-15 08:30:58 +0100 |
commit | ded518df455d7c653d6a1743886f9c9986a585eb (patch) | |
tree | ec70b70bb149c0dfb2d2a5548ff05a9e1548f559 /lisp/mastodon-tl.el | |
parent | f72a20bf7b95910febb7bd7c7786f2ec3bba9368 (diff) |
add list-timeline to timeline-proper-p
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 2d06887..3df2a19 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1493,7 +1493,7 @@ presume we are in a timline of toots or similar elements, such as "Return non-nil if the current buffer is a 'proper' timeline. A proper timeline excludes notifications, threads, and other toot buffers that aren't strictly mastodon timelines." - (let ((timeline-buffers '(home federated local tag-timeline profile-statuses))) + (let ((timeline-buffers '(home federated local tag-timeline list-timeline profile-statuses))) (member (mastodon-tl--get-buffer-type) timeline-buffers))) (defun mastodon-tl--more-json (endpoint id) |