Ghost/ghost/member-events/lib
Simon Backx 31a4135fec
Added members.last_commented_at and last_seen_at update when commenting (#15088)
refs https://github.com/TryGhost/Team/issues/1717

- Updates last_commented_at and last_seen_at (only once a day)
- Used the LastSeenAtUpdater, so we can combine updating last_commented_at and last_seen_at in one query + used same pattern
- Updated comments service to await emails in order to make E2E tests more stable (as we don't have any method to await emails and test emails otherwise). This removed the email sending logic from the `onCreated` hook of the model.
2022-07-25 17:35:46 +02:00
..
MemberCommentEvent.js Added members.last_commented_at and last_seen_at update when commenting (#15088) 2022-07-25 17:35:46 +02:00
MemberEntryViewEvent.js Added @tryghost/member-events 2021-09-17 15:22:08 +02:00
MemberPageViewEvent.js Added the new MemberPageViewEvent event 2022-02-28 14:42:17 +01:00
MemberPaidCancellationEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberPaidConversionEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberSignupEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
MemberSubscribeEvent.js Added email verification trigger package 2022-01-27 10:57:51 +00:00
MemberUnsubscribeEvent.js Added missing events for analytics 2021-09-21 18:39:17 +02:00
SubscriptionCreatedEvent.js Wired up OfferRedemption storage 2021-10-18 17:26:34 +02:00