From 14dbf79135f6751fc93eb5e85e0b2eae3bde6568 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 28 Mar 2023 14:52:28 +0200 Subject: notifs: fix edit response alist --- lisp/mastodon-notifications.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-notifications.el') diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 51d8422..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 -- cgit v1.2.3