From 2f58b4fd7de85367156caa9f39ac46e54f262fb9 Mon Sep 17 00:00:00 2001 From: mousebot Date: Sat, 5 Feb 2022 14:31:46 +0100 Subject: 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. --- lisp/mastodon-profile.el | 1 - 1 file changed, 1 deletion(-) 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)) -- cgit v1.2.3