diff options
author | mousebot <mousebot@riseup.net> | 2022-02-15 17:07:26 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-15 19:38:21 +0100 |
commit | a6a9c5201e51b07af2be5e4e581c364e28108947 (patch) | |
tree | c1e2cd13080cb132149f528bef3f926724b1b840 /lisp/mastodon-notifications.el | |
parent | 0be1c740ba3f4f3f86a3d81567fcb5cd1b9683a9 (diff) |
add mini docs for foll reqs view
reload foll reqs view on accept/reject
Diffstat (limited to 'lisp/mastodon-notifications.el')
-rw-r--r-- | lisp/mastodon-notifications.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-notifications.el b/lisp/mastodon-notifications.el index 5e3305a..40f9c04 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -109,7 +109,8 @@ follow-requests view." nil nil))) (mastodon-http--triage response (lambda () - (unless f-reqs-view-p + (if f-reqs-view-p + (mastodon-profile--view-follow-requests) (mastodon-notifications--get)) (message "Follow request of %s (@%s) %s!" name handle (if reject |