Ghost/ghost/members-api/lib
Thibaut Patel b76c056d33 Removed de-duplication of events in getEventTimeline
refs https://github.com/TryGhost/Team/issues/1277

- When a user signs-up, two events are created, the code was only keeping one of these events.
- This was introduce in commit 58c9c1c649 when the only usage of the function was to extract the 5 most recent events. Any duplication was creating too much noise.
- This was creating issues now that we introduce event filtering. Some `newsletter_event` events would appear from nowhere we we were filtering-out `signup_event` events.
- We removed the deduplication when the `membersActivityFeed` flag is enabled.
2022-01-25 16:38:25 +01:00
..
controllers Restricted changing Subscription to archived Tier 2022-01-21 14:08:31 +02:00
repositories Removed de-duplication of events in getEventTimeline 2022-01-25 16:38:25 +01:00
services Moved webhook handling into Stripe service 2022-01-18 10:37:47 +02:00
MembersAPI.js Removed archived Tiers from Portal display 2022-01-24 13:13:48 +02:00