Skip to content

Commit

Permalink
turn off telegram echo message
Browse files Browse the repository at this point in the history
  • Loading branch information
feliperbroering committed Jun 21, 2020
1 parent c017e44 commit eabdadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/TelegramController.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const TelegramController = {

hook: async (request, response) => {
console.log(`Telegram message:`, JSON.stringify(request.body));
telegram.processUpdate(request.body);
//telegram.processUpdate(request.body);
return response.json({ message: `Telegram webhook received!` });
},

Expand Down

0 comments on commit eabdadb

Please sign in to comment.