mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
update comments
This commit is contained in:
parent
c728d1c001
commit
2fabc6b38e
@ -405,7 +405,7 @@ impl Page {
|
|||||||
|
|
||||||
// Private helpers
|
// Private helpers
|
||||||
|
|
||||||
// @TODO move outside
|
// @TODO move somewhere outside
|
||||||
fn load_gemini(&self, uri: Uri, is_history: bool) {
|
fn load_gemini(&self, uri: Uri, is_history: bool) {
|
||||||
// Init shared clones
|
// Init shared clones
|
||||||
let cancellable = self.cancellable.borrow().clone();
|
let cancellable = self.cancellable.borrow().clone();
|
||||||
@ -423,6 +423,7 @@ impl Page {
|
|||||||
.identity
|
.identity
|
||||||
.gemini(&self.navigation.request().widget().gobject().text())
|
.gemini(&self.navigation.request().widget().gobject().text())
|
||||||
{
|
{
|
||||||
|
// @TODO delegate to client
|
||||||
Some(pem) => match TlsCertificate::from_pem(&pem) {
|
Some(pem) => match TlsCertificate::from_pem(&pem) {
|
||||||
Ok(certificate) => Some(certificate),
|
Ok(certificate) => Some(certificate),
|
||||||
Err(reason) => todo!("{reason}"),
|
Err(reason) => todo!("{reason}"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user