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