mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-28 12:04:13 +00:00
update comments
This commit is contained in:
parent
a865a73a8b
commit
262e11d677
@ -424,11 +424,12 @@ impl Page {
|
||||
}
|
||||
});
|
||||
|
||||
// Create connection
|
||||
// Begin new socket request
|
||||
self.client.gemini.request_async(
|
||||
uri.clone(),
|
||||
None,
|
||||
None, // default priority
|
||||
Some(cancellable.clone()),
|
||||
// Search for user certificate match request scope
|
||||
match self.profile.identity.gemini.match_priority(&self.navigation.request.widget.entry.text()) {
|
||||
Some(identity) => match TlsCertificate::from_pem(&identity.pem) {
|
||||
Ok(certificate) => Some(certificate),
|
||||
|
Loading…
x
Reference in New Issue
Block a user