matrix-org / matrix-org/matrix-hookshot
Admin command to list all webhooks
Open
Admin Room
Generic Hook
T-Enhancement
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 23
Description
Sometimes it would be useful to see which hooks exist.
For example when cleaning up old hooks and experiments.
I would like to have an admin command for this:
`list webhooks`
```
The following generic webhooks exist:
- „hookname1“ in room #blubb:example.com
- „hookname2“ in room !blubb2:example.com
```
Contributor guide
Research direction
Start by locating the existing admin-command entry point for the `list webhooks` command. Implement the requested listing of generic webhook names and their Matrix rooms, then verify that the command output matches the examples in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100