aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-15 15:04:02 +0100
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2022-11-15 15:04:02 +0100
commit1100d49cdd111de00bbd58292c30a2707a7dfb99 (patch)
tree5ffaae9029f1bc49b4be3e27a62adb96e2a9e0b4 /lisp/mastodon-notifications.el
parent01575d69be8ee629968c57cac742ae742433e367 (diff)
parent2cc11e4dd5b77c97922663ac9e4df4d48e77dcde (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 1ecdbfb..7c5d40b 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -221,7 +221,7 @@ Status notifications are given when
(defun mastodon-notifications--insert-status (toot body
author-byline action-byline id
- &optional parent-toot)
+ &optional base-toot)
"Display the content and byline of timeline element TOOT.
BODY will form the section of the toot above the byline.
@@ -236,10 +236,10 @@ 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.
-If the status is a favourite or a boost, PARENT-TOOT is the JSON
+If the status is a favourite or a boost, BASE-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)))
+ (mastodon-tl--insert-status toot body author-byline action-byline id base-toot)))
(defun mastodon-notifications--by-type (note)
"Filters NOTE for those listed in `mastodon-notifications--types-alist'."