ssb: prettier.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 20m17s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 20m17s
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user