mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
ef3a57719e
## Summary The PR removes the requirement on 2 fields: the `content` and the `description` of embeds. Discord requires neither of these fields and as they weren't required in the v1 node, it prevents migrating to the v2 node for users not providing one of them. Discord does require *something* to be sent however, whether an attachment, an embed or content, so this could be used instead if necessary. ## Review / Merge checklist - [x] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md)) - [x] ~~[Docs updated](https://github.com/n8n-io/n8n-docs) or follow-up ticket created.~~ (v2 is not documented) - [x] ~~Tests included.~~ (If more complex requirements are set then a test should be added although I haven't worked with n8n's tests before) --------- Co-authored-by: Michael Kret <michael.k@radency.com> Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com> |
||
---|---|---|
.. | ||
actions | ||
helpers | ||
methods | ||
transport | ||
DiscordV2.node.ts |