mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-18 19:32:21 -06:00
Merge pull request #215 from suissa/patch-3
Update typebot.service.ts - element.underline change ~ for *
This commit is contained in:
@@ -369,7 +369,7 @@ export class TypebotService {
|
||||
}
|
||||
|
||||
if (element.underline) {
|
||||
text = `~${text}~`;
|
||||
text = `*${text}*`;
|
||||
}
|
||||
|
||||
if (element.url) {
|
||||
|
||||
Reference in New Issue
Block a user