Correções
This commit is contained in:
@@ -611,7 +611,8 @@ class ChatController {
|
||||
if (user.length > 0) {
|
||||
const nomeUser = (user[0].USU_NOME || '').trim();
|
||||
if (nomeUser && textoFinal) {
|
||||
textoFinal = nomeUser + ': ' + textoFinal;
|
||||
// Padrão WhatsApp: *Nome:* em negrito + quebra de linha + mensagem
|
||||
textoFinal = '*' + nomeUser + ':*\n' + textoFinal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user