You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check if there is a bug causing problems when fetching related actvities for a user's favourite activites. If there is a problem, it might stem from the fact that related activities are fetched from the local app database and not from the server API. Favourite activities may not be reloaded from the server API as often as necessary - the app may not search for server-side favourites often enough or the returned updated_at timestamp may not be accurate after adding new "activity relations" to the user's favourite activities.
Test if the problem, if is even exists, can be worked around by manually searching for activites which are favourites and then "swiping through" each of the activities returned from the server (this should reload each activity, including information about their related activities).
The text was updated successfully, but these errors were encountered:
Check if there is a bug causing problems when fetching related actvities for a user's favourite activites. If there is a problem, it might stem from the fact that related activities are fetched from the local app database and not from the server API. Favourite activities may not be reloaded from the server API as often as necessary - the app may not search for server-side favourites often enough or the returned updated_at timestamp may not be accurate after adding new "activity relations" to the user's favourite activities.
Test if the problem, if is even exists, can be worked around by manually searching for activites which are favourites and then "swiping through" each of the activities returned from the server (this should reload each activity, including information about their related activities).
The text was updated successfully, but these errors were encountered: