mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 13:21:21 +00:00
Fix #11157
This commit is contained in:
@@ -24,6 +24,7 @@ declare(strict_types=1);
|
|||||||
namespace FireflyIII\Support;
|
namespace FireflyIII\Support;
|
||||||
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
|
use FireflyIII\Support\Facades\Steam;
|
||||||
use Illuminate\Support\Collection;
|
use Illuminate\Support\Collection;
|
||||||
use Illuminate\Support\Facades\Cache;
|
use Illuminate\Support\Facades\Cache;
|
||||||
use JsonException;
|
use JsonException;
|
||||||
@@ -44,6 +45,7 @@ class CacheProperties
|
|||||||
if (auth()->check()) {
|
if (auth()->check()) {
|
||||||
$this->addProperty(auth()->user()->id);
|
$this->addProperty(auth()->user()->id);
|
||||||
$this->addProperty(app('preferences')->lastActivity());
|
$this->addProperty(app('preferences')->lastActivity());
|
||||||
|
$this->addProperty(Steam::anonymous());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 6.4.5 - 2025-11-xx
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- #11157
|
||||||
|
|
||||||
## 6.4.4 - 2025-11-02
|
## 6.4.4 - 2025-11-02
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
Reference in New Issue
Block a user