diff options
Diffstat (limited to 'app/Models/UserQuery.php')
| -rw-r--r-- | app/Models/UserQuery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/UserQuery.php b/app/Models/UserQuery.php index 196d0126e..c78eeccd3 100644 --- a/app/Models/UserQuery.php +++ b/app/Models/UserQuery.php @@ -124,7 +124,7 @@ class FreshRSS_UserQuery { 'shareOpml' => $this->shareOpml, 'description' => $this->description, 'imageUrl' => $this->imageUrl, - ]); + ], fn($v): bool => $v !== '' && $v !== 0 && $v !== false); } /** |
