emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon 78ff4a75ea 36/52: item-type list for list, not us


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon 78ff4a75ea 36/52: item-type list for list, not user (stray value)
Date: Mon, 30 Oct 2023 16:01:31 -0400 (EDT)

branch: elpa/mastodon
commit 78ff4a75ea22635dced765a94a48b0512c412811
Author: marty hiatt <martianhiatus@riseup.net>
Commit: marty hiatt <martianhiatus@riseup.net>

    item-type list for list, not user (stray value)
---
 lisp/mastodon-views.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-views.el b/lisp/mastodon-views.el
index 6dfb8a2c25..dafa35916a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]