Page MenuHomePhabricator

Deduplicate application-level notifications from Aphlict
ClosedPublic

Authored by epriestley on Apr 17 2017, 9:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 3, 2:55 AM
Unknown Object (File)
Fri, Jan 31, 3:50 AM
Unknown Object (File)
Tue, Jan 28, 11:03 AM
Unknown Object (File)
Fri, Jan 24, 7:39 AM
Unknown Object (File)
Tue, Jan 21, 11:03 AM
Unknown Object (File)
Mon, Jan 20, 1:30 AM
Unknown Object (File)
Sat, Jan 11, 5:00 PM
Unknown Object (File)
Jan 3 2025, 10:06 AM
Subscribers
None

Details

Summary

Fixes T12564. We already had some code which seems to deal with this properly, it just wasn't getting used.

Assign each application-level notification a unique ID, then ignore messages with duplicate IDs.

Test Plan
  • In browser A, loaded /T123.
  • In browser B, loaded /T123.
  • Made a comment as B.
  • Saw notification as A.
  • Mashed "Replay" a bunch.
  • Before patch: piles of duplicate notifications.
  • After patch: no duplicates.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Apr 17 2017, 9:54 PM
This revision was automatically updated to reflect the committed changes.