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

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

[nongnu] elpa/mastodon b78e91483a 46/47: fix search statuses from profil


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon b78e91483a 46/47: fix search statuses from profile
Date: Fri, 13 Oct 2023 19:00:58 -0400 (EDT)

branch: elpa/mastodon
commit b78e91483a6ed49ebf20feebbe6bf6644c67e557
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    fix search statuses from profile
---
 lisp/mastodon-profile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el
index 830e6ac0a3..95137e05c4 100644
--- a/lisp/mastodon-profile.el
+++ b/lisp/mastodon-profile.el
@@ -223,7 +223,7 @@ NO-REBLOGS means do not display boosts in statuses."
   (interactive "sSearch account for: ")
   (let* ((ep (mastodon-tl--buffer-property 'endpoint))
          (id (nth 1 (split-string ep "/"))))
-    (mastodon-search--search-query query "statuses" nil id)))
+    (mastodon-search--search-query query "statuses" nil nil id)))
 
 
 ;;; ACCOUNT PREFERENCES



reply via email to

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