matrix-org / matrix-org/mjolnir
rawHomeserverUrl should default to homeserverUrl if not provided
Open
S-Minor
T-Defect
- Dominant language
- TypeScript
- Stars
- 445
- Forks
- 75
- Avg merge
- 2d 44m
- Merged PRs (30d)
- 3
Description
Currently `rawHomeserverUrl` will default to `127.0.0.1:8008` if not provided, even if a homeserverUrl is. This is troublesome, because if you want to enable event reporting but aren't configuring pantalaimon, things will break.
Contributor guide
Research direction
Start by locating the configuration entry point that handles rawHomeserverUrl and homeserverUrl, then trace how event reporting uses the resulting values when pantalaimon is not configured. Done means rawHomeserverUrl follows homeserverUrl when omitted, while the existing default remains available when neither is provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100