ssb: Fix failure to gather about information sometimes.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
This commit is contained in:
@ -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)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user