Skip to content

Commit ff77381

Browse files
nitoyongeekgonecrazy
authored andcommitted
Add missing emoji param to customMessage method (#220)
1 parent 2424088 commit ff77381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rocketchat_driver.coffee

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ class RocketChatDriver
9999
bot: true,
100100
groupable: false,
101101
alias: message.alias,
102-
avatar: message.avatar
102+
avatar: message.avatar,
103+
emoji: message.emoji,
103104
})
104105

105106
login: (username, password) =>

0 commit comments

Comments
 (0)