thelounge/test/shared
Reto Brunner dd24cb1300 linkify: simplify noscheme detection logic
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
2024-01-21 21:18:09 +01:00
..
cleanIrcMessage.ts Extract tests to shared/ 2023-01-30 09:14:40 +01:00
findLinks.ts linkify: simplify noscheme detection logic 2024-01-21 21:18:09 +01:00
irc.ts Move condensedTypes to shared/ 2023-01-30 09:14:40 +01:00