mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-01-26 05:45:54 -05: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.