Ghost/ghost/members-api/lib
Simon Backx 62c992c8e3 Improved bulk unsubscribe operation to use member_id column (#400)
refs https://ghost.slack.com/archives/C02G9E68C/p1652980792270029

When bulk unsubscribing members, the number of deleted newsletter relations are returned instead of the number of members with newsletters that were cleared. This update deletes newsletter relations on member_id, so we can return the count of members instead of newsletter relations that were deleted.

Tests in https://github.com/TryGhost/Ghost/pull/14871
2022-05-20 12:25:58 +02:00
..
controllers Fixed checkout session creation with just offer id 2022-05-18 13:12:40 +05:30
repositories Improved bulk unsubscribe operation to use member_id column (#400) 2022-05-20 12:25:58 +02:00
services
MembersAPI.js Removed hasActiveStripeSubscriptions method (#396) 2022-05-04 10:56:47 +01:00