mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
Clear cache sooner for #1096
This commit is contained in:
@@ -38,6 +38,7 @@ class SingleCacheProperties extends CacheProperties
|
|||||||
$this->properties = new Collection;
|
$this->properties = new Collection;
|
||||||
if (auth()->check()) {
|
if (auth()->check()) {
|
||||||
$this->addProperty(auth()->user()->id);
|
$this->addProperty(auth()->user()->id);
|
||||||
|
$this->addProperty(app('preferences')->lastActivity());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user