diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 12:18:03 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-04-30 12:18:03 +0200 |
commit | a44f2363f6c74a91844b43a57e434646adc059c4 (patch) | |
tree | 183cb309546869414b582fd7a25f9b93f578350f /lisp/mastodon-search.el | |
parent | 780dead06547b15d28cf073e787ae67d6a752c26 (diff) | |
parent | 9613f51d57e5235de99b3e3a7ec6cb24cffdf70e (diff) |
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-search.el')
-rw-r--r-- | lisp/mastodon-search.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-search.el b/lisp/mastodon-search.el index 9b3641b..8cfa3cb 100644 --- a/lisp/mastodon-search.el +++ b/lisp/mastodon-search.el @@ -191,7 +191,9 @@ user's profile note. This is also called by `mastodon-tl--get-follow-suggestions' and `mastodon-profile--insert-follow-requests'." (mapc (lambda (acct) - (insert (mastodon-search--propertize-user acct note))) + (insert (concat (mastodon-search--propertize-user acct note) + mastodon-tl--horiz-bar + "\n\n"))) json)) (defun mastodon-search--propertize-user (acct &optional note) |