ssb: Ugg, better safe than sorry.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m29s

This commit is contained in:
Cory McWilliams 2025-05-14 20:57:42 -04:00
parent 2c330802da
commit 53c215399b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"type": "tildefriends-app",
"emoji": "🦀",
"previous": "&BTakbuyvmD/t7rhYqYeRpMvqfajJaTKSccT+hAdtba8=.sha256"
"previous": "&xtu0KJ63/WsxuSXqYV68rs2rPJeJJjAQ3GKXy/SGHhA=.sha256"
}

View File

@ -224,7 +224,7 @@ class TfElement extends LitElement {
for (let id of ids_out_of_date) {
if (!cache.about[id]?.seq) {
cache.about[id].seq = users[id]?.seq ?? 0;
cache.about[id] = Object.assign(cache.about[id] ?? {}, {seq: users[id]?.seq ?? 0});
}
}