diff options
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index 4309c35..d877930 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1144,7 +1144,6 @@ webapp" mastodon-instance-url "/api/v1/statuses/" id))) - (mastodon-tl--property 'toot-json)) (context (mastodon-http--get-json url))) (when (member (alist-get 'type toot) '("reblog" "favourite")) (setq toot (alist-get 'status toot))) |