-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
in web hook router
const promises = req.body.events.map(event => { return line.client .replyMessage({ replyToken: event.replyToken, messages: [ { type: 'text', text: event.message.text } ] }) }) Promise .all(promises) .then(() => res.json({success: true}))
It should echo the message but nothing and without any error :(
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels