honzakral / django-threadedcomments

django-threadedcomments is a simple yet flexible threaded commenting system for Django.
BSD 3-Clause "New" or "Revised" License
622 stars 165 forks source link

Sorting by newset #104

Open gameot opened 5 years ago

gameot commented 5 years ago

I am using django-fluent-comments and django-threadedcomments. When a new comment is added, only the time of its close parent and his descendants are updated. Because of this, the output of the branch breaks. Is it normal behavior or is it a bug?