You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report @dlsagayaraj! The "edit message" and "threaded message" functionality tend to overlap a bit within the internals of webex messaging. There is work actively happening right now to expose proper "message:updated" events when a message is edited (as opposed to now where it looks like a message:created event.
I'll make sure this case gets addressed in that fix.
When an message is edited in a thread, The parent ID is not found in the trigger
Test using the below code:
framework.hears('/say', function(bot, trigger, id) {
console.log(JSON.stringify(trigger, null, 2));
}
The text was updated successfully, but these errors were encountered: