Remove Telegram reply instruction text
This commit is contained in:
@@ -1303,9 +1303,7 @@ function telegramVisitorMessageText(conversation, message, attachmentCount) {
|
||||
"",
|
||||
message.body ? `Zprava: ${message.body}` : (attachmentCount ? "Zprava: (poslana fotka)" : ""),
|
||||
message.translated_body ? `\nPreklad: ${message.translated_body}` : "",
|
||||
attachmentCount ? `\nPrilohy: ${attachmentCount} fotka/fotek` : "",
|
||||
"",
|
||||
"Odpovez pres Reply na tuto zpravu."
|
||||
attachmentCount ? `\nPrilohy: ${attachmentCount} fotka/fotek` : ""
|
||||
];
|
||||
return lines.filter((line) => line !== "").join("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user