chore: update provider database

This commit is contained in:
link2xt
2026-01-28 21:45:30 +00:00
committed by l
parent ec0dc8bcad
commit 94ee485155
2 changed files with 3 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ set -euo pipefail
export TZ=UTC
# Provider database revision.
REV=b21726d0c895ae43251579707229792e1fb4d837
REV=996c4bc82be5a7404f70b185ff062da33bfa98d9
CORE_ROOT="$PWD"
TMP="$(mktemp -d)"

View File

@@ -577,10 +577,7 @@ static P_GMAIL: Provider = Provider {
username_pattern: Email,
},
],
opt: ProviderOptions {
delete_to_trash: true,
..ProviderOptions::new()
},
opt: ProviderOptions::new(),
config_defaults: None,
oauth2_authorizer: None,
};
@@ -2625,4 +2622,4 @@ pub(crate) static PROVIDER_IDS: LazyLock<HashMap<&'static str, &'static Provider
});
pub static _PROVIDER_UPDATED: LazyLock<chrono::NaiveDate> =
LazyLock::new(|| chrono::NaiveDate::from_ymd_opt(2026, 1, 27).unwrap());
LazyLock::new(|| chrono::NaiveDate::from_ymd_opt(2026, 1, 28).unwrap());