diff options
author | marty hiatt <martianhiatus@riseup.net> | 2023-10-30 20:09:37 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus@riseup.net> | 2023-10-30 20:09:37 +0100 |
commit | e380f74a44e04b7eab0a8c90224d92cc84090ef7 (patch) | |
tree | 3b1172f282ab6976a44e688d192953cd991d2c3e /lisp/mastodon-profile.el | |
parent | cf7b3710c682cbad444016ab7f9b9639cef84453 (diff) |
profile--item-json is no cmd
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 1003853..d3b840e 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -138,7 +138,6 @@ contains") (defun mastodon-profile--item-json () "Get the next item-json." - (interactive) (mastodon-tl--property 'item-json)) (defun mastodon-profile--make-author-buffer (account &optional no-reblogs) |