Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Make createConversation callable on facebook bot instance #461

Merged
merged 1 commit into from
Nov 7, 2016

Conversation

seahen
Copy link
Contributor

@seahen seahen commented Oct 25, 2016

This fixes Issue #450
The documentation says createConversation should be callable on the bot instance passed to event handlers; the slackbot works exactly as documented. I read through the code and see no slack-specific reason why createConversation shouldn't work everywhere that startConversation does. Live tests show no problem.

See

bot.createConversation = function(message, cb) {

@benbrown benbrown merged commit ba8c91d into howdyai:master Nov 7, 2016
@seahen seahen deleted the issue-450-create-conversation branch May 30, 2018 21:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants