mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 20:24:56 +02:00
fix: mastodon, cache tweaks, docs (#3661)
* cache tweaks * docs * fix(mastodon): type bug
This commit is contained in:
parent
4b9f6f7e53
commit
3178deb5a8
4 changed files with 19 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue