mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 13:35:20 -05:00
@@ -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")),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user