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
Currently, users that have been loaded into UserRepository are never reloaded. For long-living apps, updates to a user's profile on the website are never showing up in the app.
Mark entries in the UserRepository as OLD after some time (how long?) s.t. they get reloaded from the website.
The text was updated successfully, but these errors were encountered:
Enables one to reload a user resource by swiping down in the user
fragment. This is helpful to e.g. see new feedback or when the user
was last active in case the app stays open for some time.
Updates #339.
Currently, users that have been loaded into
UserRepository
are never reloaded. For long-living apps, updates to a user's profile on the website are never showing up in the app.Mark entries in the
UserRepository
asOLD
after some time (how long?) s.t. they get reloaded from the website.The text was updated successfully, but these errors were encountered: