add uuid to first message
This commit is contained in:
@@ -227,7 +227,7 @@ Please note: it does not cover general Odoo usage or functional questions.
|
||||
// show user message
|
||||
|
||||
if (firstMessage) {
|
||||
text = `${text} $uuid:${uuid}`;
|
||||
text = `${uuid}: ${text}`;
|
||||
firstMessage = false;
|
||||
}
|
||||
if(text.toLowerCase().startsWith('/ticket')){
|
||||
|
||||
Reference in New Issue
Block a user