diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-02-20 19:41:41 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-02-20 19:41:41 +0100 |
commit | 58ec54b6663c82da6ec87c6f3d1016db4442d3dc (patch) | |
tree | d69f02cd3bd35665a5c578ea1b4f6cf499539ecc /lisp | |
parent | aa4e01e5cd2484eb51ed917410acd2b15f5fdd27 (diff) |
update: skip scheduled-statuses view
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 7d6243f..29dce60 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2683,6 +2683,7 @@ This location is defined by a non-nil value of (mastodon-tl--buffer-type-eq 'follow-suggestions) (mastodon-tl--buffer-type-eq 'lists) (mastodon-tl--buffer-type-eq 'filters) + (mastodon-tl--buffer-type-eq 'scheduled-statuses) (mastodon-tl--search-buffer-p)) (message "update not available in this view.") ;; FIXME: handle update for search and trending buffers |