changed param
gitea/salix/1958-send_chat_with_avatar This commit looks good
Details
gitea/salix/1958-send_chat_with_avatar This commit looks good
Details
This commit is contained in:
parent
0ece53a35e
commit
d880ca2427
|
@ -94,7 +94,7 @@ module.exports = Self => {
|
|||
id: id,
|
||||
url: `${origin}/#!/ticket/${id}/summary`
|
||||
});
|
||||
await models.Chat.sendMessage(ctx, `@joan`, message);
|
||||
await models.Chat.sendMessage(ctx, `@${salesPersonUser}`, message);
|
||||
}
|
||||
|
||||
return ticket.updateAttribute('isDeleted', true);
|
||||
|
|
Loading…
Reference in New Issue