ssb: Fix failure to gather about information sometimes.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
Cory McWilliams 2025-05-14 20:39:06 -04:00
parent c0019d7246
commit 851d7046ea
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "🦀",
"previous": "&Omm/IjiQ9yXgJrDUtXp3q+Qdu9qDLfi05FXI5JtP5Qo=.sha256"
"previous": "&WEwYlCdGjQ76ULGr6G+6cYNaDmEgB32ml5Kv+04hTKE=.sha256"
}

View File

@ -173,7 +173,7 @@ class TfElement extends LitElement {
let ids_out_of_date = ids.filter(
(x) =>
cache.about[x]?.seq === undefined ||
!cache.about[x]?.seq ||
(users[x]?.seq && users[x]?.seq > cache.about[x].seq)
);