diff options
-rw-r--r-- | lisp/mastodon-profile.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 ") |