mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-17 08:10:36 +01:00
- [gemini] ensured the certificate is sent when performing a request.
This commit is contained in:
parent
70d9fb5c0c
commit
f4b92f92f2
@ -661,7 +661,10 @@
|
||||
(when (null enqueue)
|
||||
(ensure-just-one-stream-rendering))
|
||||
(push-url-to-history specials:*message-window* actual-iri)
|
||||
(gemini-client:request-dispatch url gemini-client::dispatch-table)))))
|
||||
(gemini-client:request-dispatch url
|
||||
gemini-client::dispatch-table
|
||||
:certificate certificate
|
||||
:certificate-key certificate-key)))))
|
||||
(gemini-client:gemini-tofu-error (e)
|
||||
(ui:ask-input-on-tofu-error e
|
||||
(lambda ()
|
||||
|
Loading…
x
Reference in New Issue
Block a user