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

Update all nodes to make input properties configurable #108

Open
3 of 21 tasks
skylord123 opened this issue Dec 20, 2023 · 0 comments
Open
3 of 21 tasks

Update all nodes to make input properties configurable #108

skylord123 opened this issue Dec 20, 2023 · 0 comments

Comments

@skylord123
Copy link
Contributor

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
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

1 participant