branch: elpa/mastodon
commit bad38b6ad48659bf34de3c49dca002be8649bccf
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>

    remove unused arg (upated-json)
---
 lisp/mastodon-tl.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index f6327fa123..ec64ff8a73 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -3485,7 +3485,7 @@ Optionally make the request SILENT."
     (setf (alist-get "offset" params nil nil #'string=) offset)
     (apply #'mastodon-http--get-json-async url params silent callback cbargs)))
 
-(defun mastodon-tl--updated-json (endpoint id &optional params version)
+(defun mastodon-tl--updated-json (endpoint id &optional params)
   "Return JSON for timeline ENDPOINT since ID.
 PARAMS is used to send any parameters needed to correctly update
 the current view.

Reply via email to