Do not send 2 emails to product owner when a user replies to his comment
Open, Needs TriagePublic

Description

I currently receive 2 emails whenever I get a reply to my comments.

The relevant code is here I think:

The easiest way to do this would be to not send a "reply" email in sendNotificationToParent.

if ($product->member_id == $parentComment['member_id']) {
    return;
}

Though the proper way would probably be to send a "reply" email instead of an "owner" email I think. In any case, thank you to whoever first implemented the email feature! I had to periodically check all my "products" for new comments before.

Zren created this task.Nov 16 2018, 7:48 PM
ronaldv moved this task from To Do to Work in Progress on the KDE Store board.Nov 19 2018, 8:32 AM