This commit is contained in:
2023-08-09 03:14:58 +02:00
parent 041ff80313
commit d69dcd95c1
4 changed files with 33 additions and 3 deletions

View File

@@ -131,3 +131,9 @@ pub async fn download_from_cache(
caption
})
}
pub async fn start_update_cache(
_db: Database
) {
// TODO
}