ssb: Reduce message margins.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m25s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m25s
This commit is contained in:
@ -286,7 +286,11 @@ class TfElement extends LitElement {
|
||||
json(messages.content) LIKE '"%'
|
||||
ORDER BY sequence DESC
|
||||
`,
|
||||
[JSON.stringify(following), latest - k_chunk_count, latest]
|
||||
[
|
||||
JSON.stringify(following),
|
||||
latest - k_chunk_count,
|
||||
latest,
|
||||
]
|
||||
);
|
||||
messages = (await this.decrypt(messages)).filter((x) => x.decrypted);
|
||||
if (messages.length) {
|
||||
|
Reference in New Issue
Block a user