Opened 7 months ago

Closed 7 months ago

Last modified 7 months ago

#22387 closed defect (bug) (fixed)

Duplicate commit notifs on WordPress.org plugin

Reported by: danielbachhuber Owned by:
Priority: normal Milestone: WordPress.org
Component: WordPress.org site Version:
Severity: normal Keywords:
Cc:

Description

Steps to reproduce:

  1. Subscribe to commit notifs from a plugin as a normal wporg user
  2. Get added as a committer on the plugin

Result: Two emails for every commit

Expected result: Just one :)

Change History (6)

  • Milestone changed from Awaiting Review to WordPress.org

Which plugin?

  • Resolution set to fixed
  • Status changed from new to closed

Thanks, fixed.

Cool, thanks for the quick hit. Was it a one-off issue or something else?

Just needed a little array_unique()ness after building the list from the two different sources (committers, subscribers).

Note: See TracTickets for help on using tickets.