1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-25 15:59:38 +02:00

feat: enhance download command with success and warning messages; update Authentik documentation for clarity

This commit is contained in:
Sean Morley 2025-01-12 20:28:27 -05:00
parent b04a8b8a9e
commit 30f1eaef1c
3 changed files with 10 additions and 3 deletions

View file

@ -561,8 +561,8 @@
}
}
if (
(adventure.is_visited && !reverseGeocodePlace?.region_visited) ||
!reverseGeocodePlace?.city_visited
adventure.is_visited &&
(!reverseGeocodePlace?.region_visited || !reverseGeocodePlace?.city_visited)
) {
markVisited();
}