mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix assertion error
This commit is contained in:
parent
ab82c452f8
commit
0b98dbe497
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue