Tyler Solosko

Results 1 issues of Tyler Solosko

The BaseCommentSerializer's get_replies method only returns replies if the comment has no parent comment. This means replies of replies are always ignored. https://github.com/Radi85/Comment/blob/1b5a0437a7f2a95a4de4e7de12027f49fe52d92d/comment/api/serializers.py#L70-L82

feature