- cross-posted to:
- [email protected]
- [email protected]
- [email protected]
- cross-posted to:
- [email protected]
- [email protected]
- [email protected]
Please note this is just a beta and there are going to be bugs, but it works and it works nicely. Have fun.
Please note this is just a beta and there are going to be bugs, but it works and it works nicely. Have fun.
Yep! My sentiments exactly. My favorite app is back and I couldn’t be more thankful. Sync was that missing puzzle piece that has completed the Lemmy experience for me. The rest is just gonna be gravy now!
It’s far more complete than the other Lemmy apps. They were good, don’t get me wrong, but the years of effort on Sync really shows.
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.