58c9c1c649
refs https://github.com/TryGhost/Team/issues/469 In order to reduce noise, we want to only display newsletter subscription events which are not likely to be the result of a member signup. The approach we've taken is to remove any newsletter subscription (not unsubscription) event, if when sorted in chronological order, it is to reside next to a signup event for the same member. An improvement to this approach might be to add some kind of transaction id to events which would allow us to group together events which should be considered to have happened simultaneously. |
||
---|---|---|
.. | ||
index.js |