1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-04 07:37:27 +02:00

fix: mastodon, cache tweaks, docs (#3661)

* cache tweaks

* docs

* fix(mastodon): type bug
This commit is contained in:
Dag
2023-09-10 23:35:40 +02:00
committed by GitHub
parent 4b9f6f7e53
commit 3178deb5a8
4 changed files with 19 additions and 5 deletions

View File

@@ -2,6 +2,10 @@
declare(strict_types=1);
/**
* The storage table has a column `updated` which is incorrectly named.
* It should have been named `expiration` and the code treats it as an expiration date (in unix timestamp)
*/
class SQLiteCache implements CacheInterface
{
private \SQLite3 $db;