prettier.

This commit is contained in:
2025-08-13 20:14:47 -04:00
parent a618815500
commit b84b561109
2 changed files with 97 additions and 96 deletions

View File

@@ -210,7 +210,8 @@ class TfTabNewsFeedElement extends LitElement {
`load of ${result.length} rows took ${(t2 - t0) / 1000} (${(t1 - t0) / 1000} to find ${initial_messages.length} initial messages, ${(t2 - t1) / 1000} to find ${result.length} total messages) following=${this.following.length} st=${start_time} et=${end_time}`
);
} else if (this.hash.startsWith('#🔐')) {
let ids = this.hash == '#🔐' ? [] : this.hash.substring('#🔐'.length).split(',');
let ids =
this.hash == '#🔐' ? [] : this.hash.substring('#🔐'.length).split(',');
result = await tfrpc.rpc.query(
`
SELECT TRUE AS is_primary, messages.rowid, messages.id, previous, author, sequence, timestamp, hash, json(content) AS content, signature