aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-tl.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-10-16 12:48:14 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-10-16 12:48:14 +0200
commit03f308c695452e1d831d50e542f4760e2c29bbb5 (patch)
treec9db55c03087214cb449c9fccaf25d0568f06509 /lisp/mastodon-tl.el
parentd87d7af24159369af5b7540ffb1cde973cc9efb2 (diff)
rough overhaul of notifs byline code for grouped notifications
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r--lisp/mastodon-tl.el17
1 files changed, 8 insertions, 9 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el
index 3ebfa4e..efc16ac 100644
--- a/lisp/mastodon-tl.el
+++ b/lisp/mastodon-tl.el
@@ -598,11 +598,10 @@ Do so if type of status at poins is not follow_request/follow."
(string= type "follow")) ; no counts for these
(message "%s" echo)))))
-;; FIXME: now that this can also be used for non byline rendering, let's remove
-;; the toot arg, and deal with attachments higher up (on real author
-;; byline only)
-;; removing toot arg makes it easier to render notifs that have no status
-;; (foll_reqs)
+;; FIXME: now that this can also be used for non byline rendering, let's
+;; remove the toot arg, and deal with attachments higher up (on real
+;; author byline only) removing toot arg makes it easier to render notifs
+;; that have no status (foll_reqs)
(defun mastodon-tl--byline-username (toot &optional account)
"Format a byline username from account in TOOT."
(let-alist (or account (alist-get 'account toot))
@@ -634,12 +633,12 @@ DOMAIN is optionally added to the handle."
(url-generic-parse-url .url)))))
'face 'mastodon-handle-face
'mouse-face 'highlight
- 'mastodon-tab-stop 'user-handle
+ 'mastodon-tab-stop 'user-handle
'account account
- 'shr-url .url
- 'keymap mastodon-tl--link-keymap
+ 'shr-url .url
+ 'keymap mastodon-tl--link-keymap
'mastodon-handle (concat "@" .acct)
- 'help-echo (concat "Browse user profile of @" .acct))))
+ 'help-echo (concat "Browse user profile of @" .acct))))
(defun mastodon-tl--byline-uname-+-handle (data &optional domain account)
""