diff options
| -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  | 
