mail notifications (from issues) are sent twice
My mail notifications for subscribed issues on gitlab.com are sent twice to me. It started yesterday for the issue #2164 (closed) for the comments:
and
Can anyone reproduce this
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
My mail notifications for subscribed issues on gitlab.com are sent twice to me. It started yesterday for the issue #2164 (closed) for the comments:
and
Can anyone reproduce this
I can confirm the issue.
Steps to reproduce:
The issue seems to be in NotificationService. Subscribed and participated users added to a list of users to be notified. Perhaps trivial recipients = recipients.uniq
will do the job here.
I will try to add the tests and make the MR out of it.
mentioned in merge request !1925 (merged)
Status changed to closed by commit caa6851b
mentioned in commit caa6851b
mentioned in merge request !14785