mirror of
https://github.com/thelounge/thelounge
synced 2024-11-14 00:07:17 +00:00
dd24cb1300
Overriding the built in is poor form, as this prevents adding a new type handler with its own normalize handler. We only ever want to override protocol-less URLs to http, so we just do so explicitly in the "//" schema normalizer. This also means that we don't need all that type conversion dance, we simply set the schema to null when we patch it and filter on the schema directly |
||
---|---|---|
.. | ||
cleanIrcMessage.ts | ||
findLinks.ts | ||
irc.ts |