mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): update essage echo received logged value
This commit is contained in:
parent
c2cbb6d482
commit
ee761770ae
@ -215,7 +215,7 @@ export class ChatService {
|
||||
*/
|
||||
@OnEvent('hook:chatbot:echo')
|
||||
async handleEchoMessage(event: EventWrapper<any, any>) {
|
||||
this.logger.verbose('Message echo received', event._adapter._raw);
|
||||
this.logger.verbose('Message echo received', event._adapter.raw);
|
||||
const foreignId = event.getRecipientForeignId();
|
||||
|
||||
if (foreignId) {
|
||||
|
Loading…
Reference in New Issue
Block a user