diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-10-24 14:33:26 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-10-24 14:33:26 +0200 |
commit | 3dc21b91b1ea9777c8b8ebec0a742a13c27a80b7 (patch) | |
tree | 270f672c3320d69e44912229cd6045e22ddc72a3 /lisp/mastodon-tl.el | |
parent | 48d362c6d9ab28fa7c0c0c78eae038a5551ddc5a (diff) |
tl--update: add lists, and note abt what we shd actually do
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 7f03e9f..8a4e023 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2599,9 +2599,12 @@ This location is defined by a non-nil value of (defun mastodon-tl--update () "Update timeline with new toots." (interactive) + ;; FIXME: actually these buffers should just reload by calling their own + ;; load function: (if (or (mastodon-tl--buffer-type-eq 'trending-statuses) (mastodon-tl--buffer-type-eq 'trending-tags) (mastodon-tl--buffer-type-eq 'follow-suggestions) + (mastodon-tl--buffer-type-eq 'lists) (mastodon-tl--search-buffer-p)) (message "update not available in this view.") ;; FIXME: handle update for search and trending buffers |