1
0
Fork 0

- [gemini] added missing mandatory argument to function that builds the redirect URI.

This commit is contained in:
cage 2022-08-19 10:48:56 +02:00
parent 8425250195
commit 333d77caf2
1 changed files with 4 additions and 3 deletions

View File

@ -528,9 +528,10 @@
(strcat meta-path "?" meta-query)
meta-path))
(new-url (gemini-parser:absolutize-link meta-path-query
(uri:host iri-from)
(uri:port iri-from)
(uri:path iri-from))))
(uri:host iri-from)
(uri:port iri-from)
(uri:path iri-from)
(uri:query iri-from))))
new-url)))))
(defmethod build-redirect-iri (meta (iri-from string))