Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #231 from super-deluxe/master
Browse files Browse the repository at this point in the history
Include attachments in received facebook message
  • Loading branch information
Ben Brown committed May 23, 2016
2 parents c71ff24 + 2081ef5 commit 420ee1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Facebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function Facebookbot(configuration) {
timestamp: facebook_message.timestamp,
seq: facebook_message.message.seq,
mid: facebook_message.message.mid,
attachments: facebook_message.message.attachments,
};

facebook_botkit.receiveMessage(bot, message);
Expand Down

0 comments on commit 420ee1b

Please sign in to comment.