mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
rename identity type from default to common
This commit is contained in:
parent
873e642b10
commit
a6d84908cc
23 changed files with 8 additions and 8 deletions
|
|
@ -247,7 +247,7 @@ impl Request for Entry {
|
|||
fn identity(&self, profile: &Rc<Profile>) {
|
||||
if let Some(uri) = self.uri() {
|
||||
if ["gemini", "titan"].contains(&uri.scheme().as_str()) {
|
||||
return identity::default(
|
||||
return identity::common(
|
||||
profile,
|
||||
&uri,
|
||||
&Rc::new({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue