ssb: Ugg, better safe than sorry.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m29s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 32m29s
This commit is contained in:
@ -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});
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user