diff options
author | mousebot <mousebot@riseup.net> | 2022-02-05 14:31:46 +0100 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2022-02-05 14:31:46 +0100 |
commit | 2f58b4fd7de85367156caa9f39ac46e54f262fb9 (patch) | |
tree | 6ff234f2dbe4747d0b21c8aea3a4b1c295f0d242 | |
parent | 6a164669e0bffed67ad59c206f13651a67456127 (diff) |
don't call mastodon-profile-mode in profile--view-follow-requests
it's now called in tl-init* for follow requests inits.
calling it here also enables profile mode in whatever bufer view-follow-reqs
was called from, which is useless.
-rw-r--r-- | lisp/mastodon-profile.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 436ba87..c04c40b 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -146,7 +146,6 @@ extra keybindings." (defun mastodon-profile--view-follow-requests () "Open a new buffer displaying the user's follow requests." (interactive) - (mastodon-profile-mode) (mastodon-tl--init "follow-requests" "follow_requests" 'mastodon-profile--add-author-bylines)) |