mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 06:15:41 +08:00
parent
b50a581c5d
commit
3d7aec36b5
@ -573,7 +573,7 @@ export default Component.extend(TextareaTextManipulation, {
|
||||
if (chatChannel.isDraft) {
|
||||
if (chatChannel?.chatable?.users?.length) {
|
||||
return I18n.t("chat.placeholder_start_conversation_users", {
|
||||
usernames: chatChannel.chatable.users
|
||||
commaSeparatedUsernames: chatChannel.chatable.users
|
||||
.mapBy("username")
|
||||
.join(I18n.t("word_connector.comma")),
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user