aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-17 13:15:42 +0200
committermarty hiatt <martianhiatus [a t] riseup [d o t] net>2023-05-17 13:15:42 +0200
commit6cdf9565598e5060c568c1503b3d2a80499bc7e6 (patch)
tree2e94854937faf57102d0d35986b983d95e374e67
parent154418341089c335d0679d37a22c42e6cfab6077 (diff)
remove overlays for profiles also
-rw-r--r--lisp/mastodon-profile.el1
1 files changed, 1 insertions, 0 deletions
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)