aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2022-01-15 15:06:28 +0100
committermousebot <mousebot@riseup.net>2022-01-15 15:06:28 +0100
commitc8a1f4e982c31de97ab2c333513ca9f84ed16991 (patch)
tree9862843904f8845e9cfabb5749c537b71032e608 /lisp/mastodon-notifications.el
parentb4a48b1e2d0a223024bac6940717866334176a9a (diff)
parenta6e43f8b4956e970b72f52e3a137e9a5cd43f2ed (diff)
Merge branch 'develop' into mpv-play-at-point
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index 29412b6..1361099 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")
(defvar mastodon-tl--display-media-p)
+(defvar mastodon-tl--buffer-spec)
(defvar mastodon-notifications--types-alist
'(("mention" . mastodon-notifications--mention)
@@ -174,8 +175,8 @@ Status notifications are given when
(propertize (if (equal type 'follow)
"Congratulations, you have a new follower!"
(format "You have a follow request from... %s"
- follower)
- 'face 'default))
+ follower))
+ 'face 'default)
(mastodon-tl--clean-tabs-and-nl
(if (mastodon-tl--has-spoiler status)
(mastodon-tl--spoiler status)
@@ -192,7 +193,7 @@ Status notifications are given when
(cond ((equal type 'boost)
"Boosted")
((equal type 'favorite)
- "Favorited")
+ "Favourited")
((equal type 'follow-request)
"Requested to follow")
((equal type 'follow)