fix assertion error

This commit is contained in:
yggverse 2025-01-18 08:43:57 +02:00
parent ab82c452f8
commit 0b98dbe497

View File

@ -43,7 +43,7 @@ impl Protocol {
Err(_) => Self::Gemini {
uri: Uri::build(
UriFlags::NONE,
"gemini",
"/gemini", // beginning slash required to prevent assertion panic on construct
None,
Some("tlgs.one"),
1965,