What’s the point? Is it just to be like twitter? Why did twitter have that anyway. And if I hide mine I still show up in other people’s public follower pages? That’s dumb
It’s useful.
Let’s say you see someone who posts stuff you’re interested in. In a brief moment of absolute brilliance, you think to yourself “aha! Maybe this person follows other people whose content I would be interested in!”
So you check, and sure enough, there’s a bunch of interesting people listed. So you follow them as well. Your social graph grows, you have a better time there, the people you follow get better reach and gets to enjoy pleasant interactions with you. Everybody’s happy.
These social media platforms are designed to be public. If you want to do stuff in secret, do it somewhere else.
yeah but 1. You can just look at what posts they boost. 2. Why are your follows still visible if you hide them in privacy settings 3. Why is there no way to publically show who you’re following without also showing who’s following you
https://github.com/mastodon/mastodon
Feature requests, issues, and bugs would probably be better responded to there. We really can’t do anything about that. It’s open source. There’s also always the option of forking.
For point one: Not everyone is into boosting or retweeting. Some actually find it a bit obnoxious.
Some people I might enjoy finding to follow, friends, community members, etc, might not be ones to post anything boost worthy.
For the other points, I assume these are just artifacts of Mastodon’s federated nature? Not sure exactly.
These sorts of platforms are not designed like a Facebook profile.
Because the idea is to be one giant town hall/message board and to grow a social network based on who you follow.
If you don’t want people to see what porn stars you follow? Make a second account to get horny on.
I find it completely discouraging for any sort of content.
they wanted at least some feature parity with twitter in order to draw users expecting that environment.
The Reddit-inspired instances like the Mbin and Lemmy-based ones may be of interest for you. The Lemmy ones, from what I can tell, always hide the follower list, and the Mbin ones allow the user to choose between showing and not showing. Also, both seem to be able to connect to Twitter-like instances, though UI for that part in the Mbin ones is pretty barebones and the Lemmy ones mix them up.
You cannot interact with microblog folks on Lemmy, unless they actively post something in a Lemmy community by tagging it. So if you want to combine microblogging with threaded discussions Mbin is the only platform that does both. Mbin lists followers publicly.
I think there are Mastodon forks (or configurations) that hide followers from the public though. But it will only ever be half hidden.
I see. That’s sad. But thanks for clarifying it!
I always find it funny when I read a lemmy thread that’s being posted in by microbloggers who just start all replies with @ followed by usernames of people they’re replying to.
I find it generally weird that follows, likes, etc. are public. But I can’t say I understand those type of platforms anyway.
I’m just from tumblr we don’t do that over there
deleted by creator
Since I worked on a Mastodon client, I know that there is a
hide_collections
parameter in the account settings which allows you to not disclose publicly your followers and following.It’s in the
PATCH v1/accounts/update_credentials
API request body, see documentation here.