mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
Bump utils to 51.2.1
This brings a few performance improvements for RecipientCSV, which we use to preview and process CSVs. One change also renames one of the attributes for the class to "guestlist".
This commit is contained in:
@@ -451,7 +451,7 @@ def check_contact_list(service_id, upload_id):
|
||||
recipients = RecipientCSV(
|
||||
contents,
|
||||
template=get_sample_template(template_type or 'sms'),
|
||||
whitelist=itertools.chain.from_iterable(
|
||||
guestlist=itertools.chain.from_iterable(
|
||||
[user.name, user.mobile_number, user.email_address]
|
||||
for user in current_service.active_users
|
||||
) if current_service.trial_mode else None,
|
||||
|
||||
Reference in New Issue
Block a user