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

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 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.

3 participants