FIX: deprecation - usernames is now recipients

This commit is contained in:
Robin Ward 2020-07-16 15:23:08 -04:00
parent f13ec11c64
commit 6ba1c64130

View File

@ -334,7 +334,7 @@ export default DropdownSelectBoxComponent.extend({
}
options.action = PRIVATE_MESSAGE;
options.usernames = usernames;
options.recipients = usernames;
options.archetypeId = "private_message";
options.skipDraftCheck = true;