From 78ff4a75ea22635dced765a94a48b0512c412811 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 24 Oct 2023 14:11:23 +0200 Subject: item-type list for list, not user (stray value) --- lisp/mastodon-views.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-views.el') 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 -- cgit v1.2.3