diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-27 12:31:59 +0200 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2023-03-27 12:31:59 +0200 |
commit | 34db55b8ae375bb397c1cb3614abaaa847d2de3f (patch) | |
tree | 12f1e8d3eb857ad85243cdb1e0863db65f312540 /lisp/mastodon-notifications.el | |
parent | cd44f7807ffea4ecb86f07bfd160f9416908eb5d (diff) |
notifs-foll-req process: call reload-timeline-or-profile
Diffstat (limited to 'lisp/mastodon-notifications.el')
-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 fd48a65..51d8422 100644 --- a/lisp/mastodon-notifications.el +++ b/lisp/mastodon-notifications.el @@ -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" |