mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix assertion error
This commit is contained in:
parent
ab82c452f8
commit
0b98dbe497
@ -43,7 +43,7 @@ impl Protocol {
|
|||||||
Err(_) => Self::Gemini {
|
Err(_) => Self::Gemini {
|
||||||
uri: Uri::build(
|
uri: Uri::build(
|
||||||
UriFlags::NONE,
|
UriFlags::NONE,
|
||||||
"gemini",
|
"/gemini", // beginning slash required to prevent assertion panic on construct
|
||||||
None,
|
None,
|
||||||
Some("tlgs.one"),
|
Some("tlgs.one"),
|
||||||
1965,
|
1965,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user