diff --git a/lib/mailchimp.rb b/lib/mailchimp.rb index 31f06bc4..4215fbcc 100644 --- a/lib/mailchimp.rb +++ b/lib/mailchimp.rb @@ -167,6 +167,8 @@ module Mailchimp end # @param [EmailList] email_list + # Notably, if a supporter unsubscribed on Mailchimp, this will not + # resubscribe them. This is the correct behavior. def self.hard_sync_list(email_list) ops = generate_batch_ops_for_hard_sync(email_list) perform_batch_operations(email_list.nonprofit.id, ops)