diff options
author | mousebot <mousebot@riseup.net> | 2022-02-18 16:28:18 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-18 16:28:18 +0100 |
commit | 25282eb0daa8edfeb777a2fe6c6e0538fdba08a5 (patch) | |
tree | e70857ba73b12b9538adb606cf358c85dc17cb14 /lisp | |
parent | ab24ffe0ecdf9c9958c2ec527a23d0043babbf2c (diff) |
docstring insert-users-prop
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mastodon-search.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 2ebdd10..cbb1fba 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -127,9 +127,10 @@ Returns a nested list containing user handle, display name, and URL." (defun mastodon-search--insert-users-propertized (json &optional note) "Insert users list into the buffer. -JSON is the data from the server.. -If NOTE is non-nil, include user's profile note. -This is also called by `mastodon-tl--get-follow-suggestions'." +JSON is the data from the server.. If NOTE is non-nil, include +user's profile note. This is also called by +`mastodon-tl--get-follow-suggestions' and +`mastodon-profile--insert-follow-requests'." (mapc (lambda (acct) (let ((user (mastodon-search--get-user-info acct))) (insert |