mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
add a function to get the timestamp of the last provider-db update
This commit is contained in:
@@ -807,4 +807,6 @@ lazy_static::lazy_static! {
|
||||
("narod.ru", &*P_YANDEX_RU),
|
||||
("ziggo.nl", &*P_ZIGGO_NL),
|
||||
].iter().copied().collect();
|
||||
|
||||
pub static ref PROVIDER_UPDATED: chrono::NaiveDate = chrono::NaiveDate::from_ymd(2020, 9, 19);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user