matrix-org / matrix-org/matrix-hookshot
Add a admin command to get the version number
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 23
Description
**Is your feature request related to a problem? Please describe.**
I'd like to be able to check the running version of Hookshot from my Matrix Hookshot admin room
**Describe the solution you'd like**
`version` command or something similar in the admin room
**Describe alternatives you've considered**
None without having access to the server
**Additional context**
Similar to some other bridges, for example, mautrix-telegram
```plaintext
twilight
version
Telegram Bridge
mautrix-telegram 0.11.2+dev.00bc3d58
```
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 locating the admin-room command handling in the TypeScript source and checking how other admin commands are registered. Add the requested `version` command so it reports the running Hookshot version in the admin room, then verify the response through the existing admin-room flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100