aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-notifications.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-05 13:03:59 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-04-05 13:03:59 +0200
commit81a6973878c16251bbc70ee0e98c153e5b30e720 (patch)
tree3ea0db7708f01b16d0eb8d0fef78ed448b8e62e8 /lisp/mastodon-notifications.el
parentf53847ef151bf841a2cbdaad556b334f3bba2986 (diff)
parentc6acfe694d3c2e0468c98478775442f8710de7e1 (diff)
Merge branch 'develop'
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r--lisp/mastodon-notifications.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el
index fd48a65..bed2d9a 100644
--- a/lisp/mastodon-notifications.el
+++ b/lisp/mastodon-notifications.el
@@ -76,7 +76,7 @@
("Posted a poll" . "that has now ended")
("Requested to follow" . "you")
("Posted" . "a post")
- ("Edited" . "a post"))
+ ("Edited" . "a post from"))
"Alist of subjects for notification types.")
(defvar mastodon-notifications--map
@@ -126,7 +126,7 @@ follow-requests view."
(lambda ()
(if f-reqs-view-p
(mastodon-views--view-follow-requests)
- (mastodon-notifications-get))
+ (mastodon-tl--reload-timeline-or-profile))
(message "Follow request of %s (@%s) %s!"
name handle (if reject
"rejected"