Ghost/ghost/members-importer
Chris Raible c2fd22a246
🐛 Fixed members import unsubscribing members when subscribe_to_emails is empty (#19658)
fixes ENG-611

- Previously, if an existing member with newsletter subscriptions was
imported, and `subscribe_to_emails` was blank/empty, the member would be
unsubscribed from all newsletters, which is not the expected behavior.
- This PR changes the behavior so if `subscribe_to_emails` is blank, it
will not unsubscribe existing members.
2024-02-06 10:19:16 -08:00
..
lib Added metrics for measuring members importer 2023-12-05 17:07:39 +01:00
test 🐛 Fixed members import unsubscribing members when subscribe_to_emails is empty (#19658) 2024-02-06 10:19:16 -08:00
.eslintrc.js Initialized members-importer package 2021-07-22 01:53:21 +12:00
index.js Implement member import with tier (#17506) 2023-08-18 15:24:31 +01:00
package.json Added metrics for measuring members importer 2023-12-05 17:07:39 +01:00