diff options
author | mousebot <mousebot@riseup.net> | 2022-04-05 17:17:59 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-04-05 17:17:59 +0200 |
commit | fb69058495574a73df17856014c42370b23d81d7 (patch) | |
tree | 08e34c5fdf5bde0ddc8398ea141fd337b6b1dc9a /lisp/mastodon-tl.el | |
parent | adccdcd22a527720efaa38f57f3077d70687bdfe (diff) |
flychecks and docstrings
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 40cbcae..3c96ecc 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -865,7 +865,8 @@ takes a single function. By default it is `mastodon-tl--byline-boosted'. ID is that of the toot, which is attached as a property if it is -a notification." +a notification. If the status is a favourite or a boost, +PARENT-TOOT is the JSON of the toot responded to." (let ((start-pos (point))) (insert (propertize |