diff options
author | marty hiatt <martianhiatus@riseup.net> | 2024-08-18 12:05:22 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2024-08-18 12:05:22 +0200 |
commit | c0714fdc408b0c6e482967d1eb5b2c5f26216215 (patch) | |
tree | dd3c5626b5ffa85e8bcf715f74ea6081b4d789c7 /lisp/mastodon-views.el | |
parent | 248eead48f10f96dafa21463064a297809df6ca9 (diff) |
filter props
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index 5480e09..cdebc6e 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -645,9 +645,6 @@ JSON is the filters data." (mastodon-tl--set-face (concat "\n " mastodon-tl--horiz-bar "\n " (propertize (upcase .title) - 'item-id .id - 'item-type 'filter - 'filter-title .title 'byline t) " " "\n" " " mastodon-tl--horiz-bar "\n") @@ -659,6 +656,7 @@ JSON is the filters data." (concat "\nType: " .filter_action)) 'item-json filter 'item-id .id + 'filter-title .title 'item-type 'filter)) ;; terms list: (if (not .keywords) ;; poss to have a filter sans keywords |