Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check if a new message is from the bot using the bot's id instead of … #1397

Merged
merged 1 commit into from
Jun 27, 2018

Conversation

jpjpjp
Copy link
Contributor

@jpjpjp jpjpjp commented Jun 21, 2018

…email

On August 31st, 2018 all bots with the sparkbot.io domain name will be renamed with a webex.bot domain. Today in botkit, the Webex Teams code compares the bot's email with the message senders email to filter out messages from itself. If this code is running on August 31st the bot will start responding to its own messages.

A restart that day will fix the problem, but using a version of botkit with this PR merged will avoid the problem all together. The changes is to simply compare the id of the message sender against the id of the bot. See this blog post: https://developer.webex.com/blog/blog-details-9878.html

It is worth noting that I am not familar with the conversations feature of botkit and I have not updated the code to us ids for conversations. At worst I think this will impact bot conversations that start before August 31, 2018, and continue after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants