Skip to content

Commit

Permalink
fix(slack): fix slack avatar (ref #880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Paniontko authored and epaminond committed Aug 29, 2018
1 parent 43a6bf5 commit 47a46f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/channels/botpress-channel-slack/src/users.js
Expand Up @@ -55,7 +55,7 @@ module.exports = function(bp, slack) {
gender: 'unknown',
timezone: user.tz_offset / 3600,
locale: 'en',
picture_url: user.profile.img_512,
picture_url: user.profile.image_512,
first_name: user.profile.first_name,
last_name: user.profile.last_name
})
Expand Down

0 comments on commit 47a46f1

Please sign in to comment.