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
Currently when passing an input to various nodes it will require the property to be a specific name (example: msg.topic). This should be changed so it can be configured on the node.
If the option hasn't been configured we will default to using the old property name for backwards compatibility.
This should decrease the amount of nodes needed to accomplish some tasks because you wont have to use a change node to move properties around to the expected input key.
Nodes to update:
Send Message
Typing
Delete Event
Upload File
React
Get User
Create Room
Invite to Room
Join Room
Leave Room
Decrypt File
Room Kick
Room Ban
Room User List
Room State Events
Synapse User List
Shared Secret Registration
Synapse Add/Edit User
Synapse Deactivate User
Add Room Membership
WhoIs User
The text was updated successfully, but these errors were encountered:
Currently when passing an input to various nodes it will require the property to be a specific name (example:
msg.topic
). This should be changed so it can be configured on the node.If the option hasn't been configured we will default to using the old property name for backwards compatibility.
This should decrease the amount of nodes needed to accomplish some tasks because you wont have to use a
change
node to move properties around to the expected input key.Nodes to update:
The text was updated successfully, but these errors were encountered: