fix: send correct includeArchived parameter to API when showing markers in map (#20117)

Co-authored-by: Pablo Lluch <pablo.lluch@gmail.com>
Co-authored-by: Zack Pollard <zackpollard@ymail.com>
This commit is contained in:
Pablo Lluch 2025-07-24 13:34:06 -07:00 committed by GitHub
parent 6170a3843c
commit e34f46fa0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 12 deletions

View file

@ -189,7 +189,7 @@
return await getMapMarkers(
{
isArchived: includeArchived && undefined,
isArchived: includeArchived || undefined,
isFavorite: onlyFavorites || undefined,
fileCreatedAfter: fileCreatedAfter || undefined,
fileCreatedBefore,