mirror of
https://github.com/element-hq/synapse.git
synced 2026-04-27 04:15:30 +00: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.