From 40a396d110f56729f357e902eed8914b137a7659 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 21 May 2024 18:57:46 +0200 Subject: fix profile toots heading for media only --- lisp/mastodon-profile.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 5ca122a..4e2c3f7 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -627,6 +627,8 @@ HEADERS means also fetch link headers for pagination." " TOOTS (no boosts)") (no-replies " TOOTS (no replies)") + (only-media + " TOOTS (media only)") (t " TOOTS "))) (is-followers " FOLLOWERS ") -- cgit v1.2.3