5076
Sync for Lemmy (beta) is now live for everyone
(play.google.com)
๐
Welcome to the official Sync for Lemmy community.
The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:
1- No advertising or spam.
All types of advertising and spam are restricted in this community.
Artwork and community banner by: @MargotRobbie@lemmy.world
Only issue I've noticed so far is an issue I had to fix when I was working on my own app: sorting comments by hot breaks some nested comments. Yours, for example, is showing as if it is a reply to another comment, but the only thing above you is the root comment and three below yours.
Lemmy's API doesn't properly sort comment trees when sorting by hot: you have to sort them yourself. It's pretty straightforward, though. It gives you the path to the comment as "comment1.comment2.comment3" you just have to sort the replies by the path string
Yeah, I've seen at least one broken comment tree on Sync, it confused the hell out of me
I've seen tons. It's the one big bug that's been annoying me a lot. It's super frustrating to want to read a thread and then have all the comments jumbled. I'm sure it'll get fixed relatively quickly, though.
I don't really know how Lemmy chains work, but are you able to see comments from a user that's on a server that the server you're on isn't federated with?
Like say you are on lemmy.world and Other guy is on beehaw and those two are not federated with each other, can you see his comments? Can you interact with him at all?