Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make WebhookConfig exclusive on url (#7835)
Config objects need a an explicit unique property set, so instead of using a synthetic random value, make it unique on the URL. This means adding more events to the same URL is updating the event set rather than having a separate config for that event.
- Loading branch information