mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add auragem.ddns.net search provider, set tlgs.one as default
This commit is contained in:
parent
bf50a6f7d5
commit
bbcc3014cc
1 changed files with 3 additions and 2 deletions
|
|
@ -207,8 +207,9 @@ fn last_insert_id(tx: &Transaction) -> i64 {
|
|||
/// Init default search providers list for given profile
|
||||
fn add_defaults(tx: &Transaction, profile_id: i64) -> Result<(), Error> {
|
||||
for (provider, is_default) in &[
|
||||
("gemini://kennedy.gemi.dev/search", true),
|
||||
("gemini://tlgs.one/search/search", false),
|
||||
("gemini://tlgs.one/search/search", true),
|
||||
("gemini://kennedy.gemi.dev/search", false),
|
||||
("gemini://auragem.ddns.net/search/s", false),
|
||||
] {
|
||||
insert(tx, profile_id, provider.to_string(), *is_default)?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue