Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lastLoggedIn value is still not being updated properly #2288

Closed
taoeffect opened this issue Aug 6, 2024 · 0 comments
Closed

lastLoggedIn value is still not being updated properly #2288

taoeffect opened this issue Aug 6, 2024 · 0 comments

Comments

@taoeffect
Copy link
Member

taoeffect commented Aug 6, 2024

Problem

Seems like #1997 was never fixed properly.

In our GIG group, andrea appears as not logged in for the past 14 days for me even though she has.

Solution

There might be multiple problems, but I've noticed at least that unlike identity-kv.js, there is no corresponding gi.actions/identity/kv/load type call that happens when the app comes back online. Here's an example from identity-kv.js:

sbp('okTurtles.events/on', ONLINE, () => {
  sbp('gi.actions/identity/kv/load').catch(e => {
    console.error("Error from 'gi.actions/identity/kv/load' after reestablished connection:", e)
  })
})

There may be other issues too.

@taoeffect taoeffect changed the title lastLoggedIn value is not being updated properly, still lastLoggedIn value is still not being updated properly Aug 6, 2024
corrideat added a commit that referenced this issue Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants