Charca / bootbot

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

This loop will cause scalability issues, as there is no need to loop through all conversations on every response. #155

Open A0dh opened 5 years ago

A0dh commented 5 years ago

https://github.com/Charca/bootbot/blob/c2adc78707e0611d2e64bd11844aa9e0d75dd2aa/lib/BootBot.js#L592

Can be done with userId to conversation hash instead.