matrix-org / matrix-org/matrix-hookshot
Generic webhook flipflops name from upper to lower
Open
Nobody has claimed this yet.
S-Minor
T-Defect
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 23
Description
Steps to reproduce
- Create a generic webhook with the name „HQ-Status“ in Room A
- Create another generic webhook with the name „hq-status“ in Room B
- Send some webhooks to A / B
Expected
Name should be „HQ-Status (Webhook)“ in room A and „hq-status (webhook) in room B.
What happens
- Name changes to „HQ-Status (Webhook)“ in all rooms
- Next time: Name changes to „hq-status (Webhook)“ in all rooms
- Next time: Name changes to „HQ-Status (Webhook)“ in all rooms
- ...

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 reproducing the generic webhook behavior with similarly named webhooks in Room A and Room B, then trace the webhook handling entry point responsible for assigning display names. Confirm that each room retains its own capitalization, and add or update coverage for the reported flip-flopping behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100