diff options
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index cdebc6e..e47e0dc 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -659,8 +659,7 @@ JSON is the filters data." 'filter-title .title 'item-type 'filter)) ;; terms list: - (if (not .keywords) ;; poss to have a filter sans keywords - "" + (when .keywords ;; poss to have no keywords (mastodon-views--insert-filter-kws .keywords)))) (defvar mastodon-views--filter-types |