mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
fix path value
This commit is contained in:
parent
f8d35e3252
commit
e5a8e7dd12
@ -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…
x
Reference in New Issue
Block a user