Ghost/ghost/members-events-service/lib
Simon Backx bededf4520
🐛 Fixed errors of old events from deleted members (#15944)
refs https://ghost.slack.com/archives/C02G9E68C/p1670215917451249

When a member is deleted, and we receive an opened event for an email to
that member. We threw an uncaught Bookshelf EmptyResponse error.

- This change makes fetching the member not a requirement when handling
that event in the last seen at updater.
- It also adds try catches for all event listeners in the last seen at
updater
2022-12-05 14:36:23 +01:00
..
event-storage.js Added linking between member and subscription created events (#15693) 2022-10-27 11:44:19 +02:00
index.js Moved attribution event handler to events service (#15379) 2022-09-07 16:41:59 +02:00
last-seen-at-updater.js 🐛 Fixed errors of old events from deleted members (#15944) 2022-12-05 14:36:23 +01:00