You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django_comments return the previews comment if it checked a duplicated comments. This would result in sending the comment_was_posted signal twice. These would get some unexpective results. For example, if I send a notification in comment_was_posted, then user will receive two notifications even there is only one comment. What do you think about this issue? If you think it is nesessary to fix it. I will make a pull requests.
The text was updated successfully, but these errors were encountered:
In addition, do you have any plan convert the view to class based view? If we do this, people can overide a few methods then they can fix the above issue.
django_comments return the previews comment if it checked a duplicated comments. This would result in sending the comment_was_posted signal twice. These would get some unexpective results. For example, if I send a notification in comment_was_posted, then user will receive two notifications even there is only one comment. What do you think about this issue? If you think it is nesessary to fix it. I will make a pull requests.
The text was updated successfully, but these errors were encountered: