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
create new branch. put issue number at start of name if not a very quick fix.
write tests. put issue number in comment
update documentation
merge and delete branch (don't squash because want commit history to see why I made changes)
Discord message link/email recipient
Describe the bug
When using a send intent action containing an extra which is any of the array types (string, integer, boolean, etc.), the extra gets discarded when the user presses the checkmark. There seems to be some input validation going on for some of the extras such as boolean arrays and integer arrays.
To Reproduce
Steps to reproduce the behavior:
Create a send intent action
Add an extra of any of the array types
Tap the checkmark/save button
Open the action for editing and notice the array has been discarded
**Developer TODO (don't remove)**
Discord message link/email recipient
Describe the bug
When using a send intent action containing an extra which is any of the array types (string, integer, boolean, etc.), the extra gets discarded when the user presses the checkmark. There seems to be some input validation going on for some of the extras such as boolean arrays and integer arrays.
To Reproduce
Steps to reproduce the behavior:
Upload a backup of your keymaps. Follow the guide here
Expected behavior
Array extras should be not be silently discarded.
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: