diff options
author | mousebot <mousebot@riseup.net> | 2021-12-23 13:30:22 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-12-23 13:30:22 +0100 |
commit | ab37e43c60edf5f0d591441e8cece61a27dd2a6d (patch) | |
tree | 7ecadbe9e912a8136a2db52851100f1bd1a1af03 /lisp/mastodon-notifications.el | |
parent | 528372ab3751b7ee4bd41f9bd2658abaa093fe20 (diff) |
tiny ediff clean up 2.
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 6d48681..bb05103 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -49,7 +49,6 @@ (autoload 'mastodon-tl--toot-id "mastodon-tl.el") (defvar mastodon-tl--display-media-p) - (defvar mastodon-notifications--types-alist '(("mention" . mastodon-notifications--mention) ("follow" . mastodon-notifications--follow) @@ -210,7 +209,7 @@ (defun mastodon-notifications--status (note) "Format for a `status' NOTE. Status notifications are given when -`mastodon-tl--notify-user-posts' has been set." +`mastodon-tl--enable-notify-user-posts' has been set." (let ((id (cdr (assoc 'id note))) (status (mastodon-tl--field 'status note))) (mastodon-notifications--insert-status |