Add option to ignore/include non-public posts
Closed this issue · 4 comments
Authentication/authorization isn't actually required to read public toots. Make auth optional? (And provide a username field as an alternative? Or use / replace the instance URL field, but let users input an account's timeline/URL instead.)
On the other hand, it kind of just works the way it is. Plus, you could import private toots, should you want to.
Plus, you could import private toots, should you want to.
Turns out this is an issue: #12.
If imported, they should automatically get a post_status
of private
(or draft?).
There should be a way to disable this behavior (not send the bearer token).
Not sure if there is a query parameter for visibility
? Otherwise we should just not include the auth token by default, that would give us the public toots only.
What if we want to import "unlisted" but not "private" posts, though? Seems like a skip filter might be the solution here.