Skip to content

Commit

Permalink
Merge pull request #24 from bryanbecker/master
Browse files Browse the repository at this point in the history
Updated driver to match new rocketchat schema name - fixes #23
  • Loading branch information
Sing-Li committed Jul 30, 2015
2 parents 4809c66 + 599d596 commit bb55a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocketchat_driver.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Asteroid = require 'asteroid'

_msgsubtopic = 'messages'
_msgsublimit = 10 # this is not actually used right now
_messageCollection = 'data.ChatMessage'
_messageCollection = 'rocketchat_message'

# driver specific to Rocketchat hubot integration
# plugs into generic rocketchatbotadapter
Expand Down

0 comments on commit bb55a88

Please sign in to comment.