danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 157 forks source link

Comments polling is not working #156

Closed ashwani99 closed 4 years ago

ashwani99 commented 4 years ago

I have been following the django-comments-xtd tutorial from the docs. I am not able to see the new comments update alert appear. I have also tried checking for the XHR requests, but it seems for any value of poll_interval, the new comments are not getting polled at all

ashwani99 commented 4 years ago

Apparently, the prop name poll_interval is a typo. It should be polling_interval.

Will send a PR for this :100:

danirus commented 4 years ago

Thanks @ashwani99, indeed there's a mix of poll and polling over the docs and the code.

ashwani99 commented 4 years ago

@danirus I have added a PR for this already #157