aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-04-05 17:17:59 +0200
committermousebot <mousebot@riseup.net>2022-04-05 17:17:59 +0200
commitfb69058495574a73df17856014c42370b23d81d7 (patch)
tree08e34c5fdf5bde0ddc8398ea141fd337b6b1dc9a /lisp/mastodon-notifications.el
parentadccdcd22a527720efaa38f57f3077d70687bdfe (diff)
flychecks and docstrings
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 6b253ec..5de7354 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -233,7 +233,9 @@ such as boosting favouriting and following to the byline. It also
takes a single function. By default it is
`mastodon-tl--byline-boosted'.
-ID is the notification's own id, which is attached as a property."
+ID is the notification's own id, which is attached as a property.
+If the status is a favourite or a boost, PARENT-TOOT is the JSON
+of the toot responded to."
(when toot ; handle rare blank notif server bug
(mastodon-tl--insert-status toot body author-byline action-byline id parent-toot)))