AuraData struct passed to triggers and indicators is a copy #4
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The data we pass to triggers and indicators is not the AuraData struct received from the API. It's not super clear why, I think initially there was a plan to allow custom data to be passed there. This should be looked into, and ideally changed to not create (partial) copies.