forked from cory/tildefriends
ssb: Fix failure to gather about information sometimes.
This commit is contained in:
parent
c0019d7246
commit
851d7046ea
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&Omm/IjiQ9yXgJrDUtXp3q+Qdu9qDLfi05FXI5JtP5Qo=.sha256"
|
"previous": "&WEwYlCdGjQ76ULGr6G+6cYNaDmEgB32ml5Kv+04hTKE=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -173,7 +173,7 @@ class TfElement extends LitElement {
|
|||||||
|
|
||||||
let ids_out_of_date = ids.filter(
|
let ids_out_of_date = ids.filter(
|
||||||
(x) =>
|
(x) =>
|
||||||
cache.about[x]?.seq === undefined ||
|
!cache.about[x]?.seq ||
|
||||||
(users[x]?.seq && users[x]?.seq > cache.about[x].seq)
|
(users[x]?.seq && users[x]?.seq > cache.about[x].seq)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user