Skip to content

Commit

Permalink
Add missing emoji param to customMessage method (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitoyon authored and geekgonecrazy committed Jul 10, 2017
1 parent 2424088 commit ff77381
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rocketchat_driver.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ class RocketChatDriver
bot: true,
groupable: false,
alias: message.alias,
avatar: message.avatar
avatar: message.avatar,
emoji: message.emoji,
})

login: (username, password) =>
Expand Down

0 comments on commit ff77381

Please sign in to comment.