mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
FIX: deprecation - usernames
is now recipients
This commit is contained in:
parent
f13ec11c64
commit
6ba1c64130
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user