Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When an message is edited in a thread, The parent ID is not found in the trigger #20

Open
dlsagayaraj opened this issue Jun 30, 2020 · 1 comment

Comments

@dlsagayaraj
Copy link

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));
}

@jpjpjp
Copy link
Collaborator

jpjpjp commented Jul 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants