lionleaf / dwitter

Social network for short js demos
https://www.dwitter.net
Apache License 2.0
766 stars 69 forks source link

Change the comment default ordering to a more natural order #413

Closed lionleaf closed 5 years ago

lionleaf commented 5 years ago

In changing the comment loading, I realized the ordering was reversed as a trick to make it easier to slice the newest comments off at the end. But I think ordering in the order intended for display makes more sense and I've solved the slicing issues

(based on #403, so merge afterwards)