Apologies, cleary visibility: 'private' in masto (Node.js Mastodon client) doesn’t mean private.
🤷♂️
So, today I learned that if you set `visibility: ‘private’` via the API in a post you’re making on Mastodon, the post is public.
If you want it to be “private”* (as in a direct message) you have to set `visibility: ‘direct’`
`conclusion: ‘I love it’`
* It’s still not private because it is not end-to-end encrypted.