Support being able to specify a prefix path on listeners#1119
Merged
Support being able to specify a prefix path on listeners#1119
Conversation
alexlebens
pushed a commit
to alexlebens/infrastructure
that referenced
this pull request
Jan 19, 2026
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [halfshot/matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) | minor | `7.2.0` → `7.3.0` | --- >⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>matrix-org/matrix-hookshot (halfshot/matrix-hookshot)</summary> ### [`v7.3.0`](https://github.com/matrix-org/matrix-hookshot/blob/HEAD/CHANGELOG.md#730-2026-01-19) [Compare Source](matrix-org/matrix-hookshot@7.2.0...7.3.0) #### Features - Add an optional template argument to the `feed` command, to allow specifying a template for feed entries when using the command interface. ([#​1097](matrix-org/matrix-hookshot#1097)) - Static connections may now be configured in the config file. ([#​1102](matrix-org/matrix-hookshot#1102)) - Prefixes are now supported on listeners. You may specify a `prefix` under any `listener` config entry. ([#​1119](matrix-org/matrix-hookshot#1119)) #### Bugfixes - Fix a case where outbound webhooks would not work if you had not enabled openproject (due to a mixed up config check). ([#​1095](matrix-org/matrix-hookshot#1095)) - Fix /oauth responding with 405 despite GitHub being configured. ([#​1105](matrix-org/matrix-hookshot#1105)) - Ensure running Hookshot with a missing or empty user namespace in the registration file. ([#​1116](matrix-org/matrix-hookshot#1116)) #### Internal Changes - Update matrix-bot-sdk / matrix-appservice-bridge to latest versions. ([#​1120](matrix-org/matrix-hookshot#1120)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=--> Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3324 Co-authored-by: Renovate Bot <[email protected]> Co-committed-by: Renovate Bot <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Nice n easy change to allow putting routes under subpaths, which is useful for running Hookshot under a subpath rather than a subdomain on your deployment.