ssb: prettier.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 20m17s

This commit is contained in:
2025-01-27 21:02:15 -05:00
parent 04878fcc30
commit 18bab849f7
3 changed files with 20 additions and 12 deletions

View File

@ -260,10 +260,7 @@ class TfTabNewsFeedElement extends LitElement {
let end_time = now + 24 * 60 * 60 * 1000;
let messages = [];
try {
messages = await this.fetch_messages(
this.time_range[0],
end_time
);
messages = await this.fetch_messages(this.time_range[0], end_time);
messages = await this.decrypt(messages);
this.update_time_range_from_messages(
messages.filter(