diff options
| author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 08:44:55 +0200 | 
|---|---|---|
| committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-08-27 08:44:55 +0200 | 
| commit | 3715823cce66553bc2d51f1431202d014439572b (patch) | |
| tree | b399442dc341b9f343ab76718faa47b1267e385f /lisp/mastodon-notifications.el | |
| parent | 8818971cb274f458d17ad8651480cf64a64d8b0e (diff) | |
autoloads, flycheck
Diffstat (limited to 'lisp/mastodon-notifications.el')
| -rw-r--r-- | lisp/mastodon-notifications.el | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 5de7354..89532c7 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -48,6 +48,7 @@  (autoload 'mastodon-tl--spoiler "mastodon-tl.el")  (autoload 'mastodon-tl--toot-id "mastodon-tl.el")  (autoload 'mastodon-http--get-params-async-json "mastodon-http.el") +(autoload 'mastodon-profile--view-follow-requests "mastodon-profile.el")  (defvar mastodon-tl--buffer-spec)  (defvar mastodon-tl--display-media-p)  (defvar mastodon-tl--buffer-spec) @@ -219,7 +220,9 @@ Status notifications are given when                 (equal type 'boost))         status)))) -(defun mastodon-notifications--insert-status (toot body author-byline action-byline id &optional parent-toot) +(defun mastodon-notifications--insert-status (toot body +                                                   author-byline action-byline id +                                                   &optional parent-toot)    "Display the content and byline of timeline element TOOT.  BODY will form the section of the toot above the byline.  | 
