ssb: Switch to a more brute force about-gathering approach. I think if I start with this and avoid querying all known accounts up-front, we will be plenty fast.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 5m12s

This commit is contained in:
2025-05-08 12:39:26 -04:00
parent c93b8fc045
commit d367d47c4d
3 changed files with 31 additions and 130 deletions

View File

@ -98,7 +98,9 @@ class TfTabNewsElement extends LitElement {
unread_status(channel) {
if (channel === undefined) {
if (Object.keys(this.channels_unread).some(x => this.unread_status(x))) {
if (
Object.keys(this.channels_unread).some((x) => this.unread_status(x))
) {
return '✉️ ';
}
} else if (