diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-21 23:33:28 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 00:00:53 +0100 |
commit | 8b45a7a83de0747029b6cd1d1cf7628afef0ad6c (patch) | |
tree | c3ac28aeeb874d19b5884098712b34c4accfa596 /lisp/mastodon-toot.el | |
parent | 9b9431b130c1d8d1a03e445ae1f7803d2a511d70 (diff) |
fix some tests due to params
Diffstat (limited to 'lisp/mastodon-toot.el')
-rw-r--r-- | lisp/mastodon-toot.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mastodon-toot.el b/lisp/mastodon-toot.el index 24c6c75..8ac75f9 100644 --- a/lisp/mastodon-toot.el +++ b/lisp/mastodon-toot.el @@ -227,6 +227,7 @@ send.") NO-TOOT means we are not calling from a toot buffer." (mastodon-http--get-json-async (mastodon-http--api "instance") + nil 'mastodon-toot--get-max-toot-chars-callback no-toot)) (defun mastodon-toot--get-max-toot-chars-callback (json-response |