branch: elpa/mastodon
commit 9fe09ca5908ca057f6176da108433a1fe2cdd6cf
Author: marty hiatt <[email protected]>
Commit: marty hiatt <[email protected]>
flycheck notifs.el
---
lisp/mastodon-notifications.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 54cee03c99..c2810d776d 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -77,6 +77,7 @@
(autoload 'mastodon-http--get-json-async "mastodon-http")
(autoload 'mastodon-live-buffers "mastodon")
(autoload 'mastodon-tl--update "mastodon-tl")
+(autoload 'mastodon-tl--insert-quoted "mastodon-tl")
;; notifications defcustoms moved into mastodon.el
;; as some need to be available without loading this file
@@ -873,7 +874,7 @@ Status notifications are created when you call
(let ((resp (mastodon-http--post url)))
(mastodon-http--triage
resp
- (lambda (resp)
+ (lambda (_resp)
(message "Quote of post revoked!")))))))
;;; NOTIFICATION REQUESTS / FILTERING / POLICY