botpress-hitl
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -321,4 +321,4 @@ module.exports = | ||
if (event.platform === 'facebook') { | ||
profileUrl = event.user.profile_pic; | ||
if (event.user && event.user.first_name && event.user.last_name) { | ||
profileUrl = event.user.profile_pic || event.user.picture_url; | ||
full_name = event.user.first_name + ' ' + event.user.last_name; | ||
@@ -325,0 +325,0 @@ } |
{ | ||
"name": "botpress-hitl", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Official HITL (Human In The Loop) module for Botpress", | ||
@@ -5,0 +5,0 @@ "main": "bin/node.bundle.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4878161