diff options
| author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-28 14:52:28 +0200 | 
|---|---|---|
| committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-28 14:52:28 +0200 | 
| commit | 14dbf79135f6751fc93eb5e85e0b2eae3bde6568 (patch) | |
| tree | f23740c63740b641b31f2c377ce4081e46d4897c | |
| parent | 557c7f938ba3326e9051c837ad9aa33cc1d13169 (diff) | |
notifs: fix edit response alist
| -rw-r--r-- | lisp/mastodon-notifications.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
