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)
})
})
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 correspondinggi.actions/identity/kv/load
type call that happens when the app comes back online. Here's an example from identity-kv.js:There may be other issues too.