mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
98a64b7f7f
This checks that the domain given to `DomainSpecificString.is_valid` (e.g. `UserID`, `RoomAlias`, etc.) is of a valid form. Previously some validation was done on the localpart (e.g. the sigil), but not the domain portion.
2 lines
82 B
Plaintext
2 lines
82 B
Plaintext
Fix "Failed to send request" errors when a client provides an invalid room alias.
|