chore: Update translations
This commit is contained in:
@ -114,7 +114,7 @@ export class FollowsFeedCache extends RefreshFeedCache<TaggedNostrEvent> {
|
|||||||
async backFillIfMissing(system: SystemInterface, keys: Array<string>) {
|
async backFillIfMissing(system: SystemInterface, keys: Array<string>) {
|
||||||
const start = unixNowMs();
|
const start = unixNowMs();
|
||||||
const everything = await this.table?.toArray();
|
const everything = await this.table?.toArray();
|
||||||
if((everything?.length ?? 0) > 0) {
|
if ((everything?.length ?? 0) > 0) {
|
||||||
const allKeys = new Set(everything?.map(a => a.pubkey));
|
const allKeys = new Set(everything?.map(a => a.pubkey));
|
||||||
const missingKeys = keys.filter(a => !allKeys.has(a));
|
const missingKeys = keys.filter(a => !allKeys.has(a));
|
||||||
await this.backFill(system, missingKeys);
|
await this.backFill(system, missingKeys);
|
||||||
|
Reference in New Issue
Block a user