diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-10-24 14:11:23 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-10-24 14:11:23 +0200 |
commit | 78ff4a75ea22635dced765a94a48b0512c412811 (patch) | |
tree | 7ab2ad5fef5cac996b721b05ba99cf2a4ef345f3 /lisp/mastodon-views.el | |
parent | f1bc8d83d4a5fe324821ee890bf9dca6f05c6596 (diff) |
item-type list for list, not user (stray value)
Diffstat (limited to 'lisp/mastodon-views.el')
-rw-r--r-- | lisp/mastodon-views.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el index 6dfb8a2..dafa359 100644 --- a/lisp/mastodon-views.el +++ b/lisp/mastodon-views.el @@ -221,7 +221,7 @@ provides the JSON data." (propertize .title 'byline t ; so we nav here 'item-id "0" ; so we nav here - 'item-type 'user + 'item-type 'list 'help-echo "RET: view list timeline, d: delete this list, \ a: add account to this list, r: remove account from this list" 'list t |