mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix path value
This commit is contained in:
parent
f8d35e3252
commit
e5a8e7dd12
1 changed files with 2 additions and 2 deletions
|
|
@ -43,11 +43,11 @@ impl Protocol {
|
|||
Err(_) => Self::Gemini {
|
||||
uri: Uri::build(
|
||||
UriFlags::NONE,
|
||||
"/gemini", // beginning slash required to prevent assertion panic on construct
|
||||
"gemini",
|
||||
None,
|
||||
Some("tlgs.one"),
|
||||
-1,
|
||||
"search",
|
||||
"/search", // beginning slash required to prevent assertion panic on construct
|
||||
Some(&Uri::escape_string(query, None, false)), // @TODO is `escape_string` really wanted in `build` context?
|
||||
None,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue