Closed ricardogarim closed 5 months ago
This pull request is related to the changes introduced in Rocket.Chat PR #32620 and Apps.WhatsApp PR #72.
The modifications in this PR update the createVisitor and doCreateVisitor functions to align with the new expected behavior. These functions will now return the complete records of the created entities, rather than just their IDs.
createVisitor
doCreateVisitor
All committers have signed the CLA.
isn't this breaking change?
I just modified the methods to keep the existing one and added a new method called createAndReturnVisitor.
createAndReturnVisitor
What?
This pull request is related to the changes introduced in Rocket.Chat PR #32620 and Apps.WhatsApp PR #72.
The modifications in this PR update the
createVisitor
anddoCreateVisitor
functions to align with the new expected behavior. These functions will now return the complete records of the created entities, rather than just their IDs.Links