Skip to content

Do not try to show user videos (without coordinates) on the map

When the a user is logged in, we were querying all their finished contents to show on map. That is not enough because there may be contents without coordinates, resulting on errors.

This commit filters the user contents not just by their encoding state, but also by whether or not we could find coordinates to it.

Merge request reports