aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mastodon-notifications.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 01068cb..1ec039a 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -29,6 +29,18 @@
;;; Code:
+(autoload 'mastodon-media--inline-images "mastodon-media.el")
+(autoload 'mastodon-tl--byline-author "mastodon-tl.el")
+(autoload 'mastodon-tl--clean-tabs-and-nl "mastodon-tl.el")
+(autoload 'mastodon-tl--content "mastodon-tl.el")
+(autoload 'mastodon-tl--field "mastodon-tl.el")
+(autoload 'mastodon-tl--has-spoiler "mastodon-tl.el")
+(autoload 'mastodon-tl--init "mastodon-tl.el")
+(autoload 'mastodon-tl--insert-status "mastodon-tl.el")
+(autoload 'mastodon-tl--spoiler "mastodon-tl.el")
+(defvar mastodon-tl--display-media-p)
+
+
(defvar mastodon-notifications--types-alist
'(("mention" . mastodon-notifications--mention)
("follow" . mastodon-notifications--follow)