Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
974 stars 253 forks source link

issue on postback :BOOTBOT_GET_STARTED #118

Closed c0nstructer closed 6 years ago

c0nstructer commented 6 years ago

When doing conversation, and suddenly deleting chat, and hitting get started button, bot thinks that it is still in conversation, thus it does not recognize payload message.

Waiting for minute, deleting again conversation, bot knows that it is dropped out of conversation, and starts normally.

mraaroncruz commented 6 years ago

I don't know what to tell you here. This is a facebook issue and not a usecase that I think we care about.

You should have a new page specific user id after you delete your chat. This is how the bot would see it wasn't in a conversation anymore (completely new user id). If facebook is taking too long to update this, there's nothing we can do here.