-
-
Notifications
You must be signed in to change notification settings - Fork 887
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support user following (twitter-type feed) #752
Comments
Maybe something to consider: Facebook has both user posts visible to "friends" (let's say followers of that user), and posts into communities. Lemmy could have the equivalent of the first, posting outside of a community, such that only people who followed you would see it. It's a product design choice, of course, but I can see it smoothing adoption for people who have friends on the wider Fediverse. |
Does this user following feature, contemplates as well being able to post not to any community, but to oneself, like posting to u/<my_username>? This would be pretty useful to keep staff valuable for oneself, and that some followers might find interesting, but not any specific community... |
Yes, user-following includes community-less posting / commenting. I'm not sure if we'll follow the reddit term of having these toots/tweets be "self-posts" to your user page, but lemmy will include them. |
One more thing, would the front page, when selecting the "subscribed" filter, I'm guessing the followed users post will be part of it, as well as subscribed communities... |
Yeah, your front page would include followed users posts like a timeline along with the community posts. |
Will user posts be sorted just as normal posts? i.e.
On that last point regarding various interactions: how will those be translated?
One of the things I miss on mastodon is the ability to sort by "hot" or "top". It's too easy to miss out on big news and hot topics if you skip over even just a few hours of your feed as it becomes unmanageably noisy sometimes. Another thing is Lemmy's threaded conversations, which is not handled very well anywhere else. So I'm actually hoping Lemmy can eventually replace mastodon for me. |
Sorry, just seeing this now.
The sorting should be able to work just like post sorting, every toot has a score and a published time, and a most recent comment time, that's enough to do hot rank, active, and all the others.
I've never considered boosts tbh. I spose they could be like a user posting a link to someone elses toot on their own user page, and if you've subbed to that user, you'll see that "boost" on your front page as well.
Yep. Lemmy has downvotes too, which I imagine the other services would disregarde.
I do really want to add reactions, I use them on every platform, but we have other priorities at the moment.
Yep, think of a toot as a post to a user's own page, and all the sorting stuff works the same if you've subscribed to that user. I agree about the threading, I can't stand the twitter / masto style of threading that requires you to click into convos rather than just viewing the tree. Ours would obviously display the replies / comments in the tree just as it is for posts. |
We can also just ignore boosts, at least in the beginning. User following and federation with Mastodon would already be complicated enough. |
This would allow users to not just follow communities, but also to follow other users, ala twitter / mastodon. User posts / comments would then show up in your front page feed.
This would also complete the connection to mastodon and the rest of the fediverse, which is based on user-follows.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: