matrix-org / matrix-org/matrix-hookshot
Inbound generic webhooks does not support receiving data from outbound generic webhooks
Open
Nobody has claimed this yet.
Generic Hook
T-Enhancement
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 23
Description
You currently cannot send webhooks from one Hookshot instance to another (or to the same instance even)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the inbound and outbound generic webhook handling in the TypeScript codebase and identify why one Hookshot instance cannot receive events from another or itself. Done means data sent by an outbound generic webhook can be received and processed by an inbound generic webhook, including the same-instance case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100