chore: Update translations

This commit is contained in:
2024-03-07 14:12:50 +00:00
parent 583aff433c
commit a2fe2255c8
13 changed files with 43 additions and 44 deletions

View File

@ -197,7 +197,7 @@ export class NostrSystem extends EventEmitter<NostrSystemEvents> implements Syst
if (this.#config.cachingRelay) {
this.on("event", async (_, ev) => {
await this.#config.cachingRelay?.event(ev);
})
});
}
// Hook on-event when building follow graph