From 6cdf9565598e5060c568c1503b3d2a80499bc7e6 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 17 May 2023 13:15:42 +0200 Subject: remove overlays for profiles also --- lisp/mastodon-profile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 6bfe64c..7865170 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -563,6 +563,7 @@ HEADERS means also fetch link headers for pagination." (relationships (mastodon-profile--relationships-get .id))) (with-mastodon-buffer buffer #'mastodon-mode nil (mastodon-profile-mode) + (remove-overlays) (setq mastodon-profile--account account) (mastodon-tl--set-buffer-spec buffer endpoint update-function link-header) -- cgit v1.2.3