sprin / pg-discuss

A comment system backend in Python with PostgreSQL
http://pg-discuss.sprin.io/
10 stars 1 forks source link

Display correct total comment count for thread #16

Closed sprin closed 8 years ago

sprin commented 8 years ago

The Isso client JS counts the replies for display, but makes the assumption of only one level of nesting. This shows an incorrect value for the total comments in the thread when deeper nesting occurs. Instead, we should simply display a server-generated count of all comments.