Open stefanbohacek opened 6 years ago
There seems to be an issue with deduping the incoming messages, which results in the bot responding multiple times to the same message.
Deduping is done with the save_event and get_event functions using the ID from the payload.
save_event
get_event
There seems to be an issue with deduping the incoming messages, which results in the bot responding multiple times to the same message.
Deduping is done with the
save_event
andget_event
functions using the ID from the payload.