The Mastodon documentation states that one can also pass the visibility key, when one creates a Toot:
'visibility': # Toot visibility ('public', 'unlisted', 'private', or 'direct')
This would enable to have a feed as unlisted such that it doesn't show up on in the main timeline. The necessary changes are likely very small.
I could try to do a pull request, but there are already pull requests touching the same lines. This would lead to conflicts. So let's decide whether you would want to have that feature anyway.
The Mastodon documentation states that one can also pass the
visibilitykey, when one creates a Toot:This would enable to have a feed as unlisted such that it doesn't show up on in the main timeline. The necessary changes are likely very small.
I could try to do a pull request, but there are already pull requests touching the same lines. This would lead to conflicts. So let's decide whether you would want to have that feature anyway.