diff options
author | mousebot <mousebot@riseup.net> | 2022-02-15 15:30:58 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-15 15:33:33 +0100 |
commit | 787f18dcff2ee7a4c5a5cbf331f4e2d26997e1cc (patch) | |
tree | 5eddfda3c9c83ba58bb7a9320d6afd1f7f9ffbc6 /lisp/mastodon-tl.el | |
parent | 907991314d0f4e2b88eeb093a6222468e77c9068 (diff) |
replace all calls to mastodon-search--insert-users-propertized
with calls to mastodon-profile--add-author-bylines.
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index efccc21..26364a6 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -1107,7 +1107,8 @@ webapp" " SUGGESTED ACCOUNTS\n" " ------------\n\n") 'success)) - (mastodon-search--insert-users-propertized users :note))))) + (mastodon-profile--add-author-bylines response))))) + ;; (mastodon-search--insert-users-propertized users :note))))) (defun mastodon-tl--follow-user (user-handle &optional notify) "Query for USER-HANDLE from current status and follow that user. |