mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
Merge branch 'fix-revoke-username' into 'main'
fix: call relay.remove See merge request soapbox-pub/ditto!694
This commit is contained in:
commit
33ac502f78
1 changed files with 5 additions and 0 deletions
|
|
@ -47,6 +47,11 @@ export class DittoAPIStore implements NRelay {
|
||||||
})();
|
})();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async remove(filters: NostrFilter[], opts?: { signal?: AbortSignal }): Promise<void> {
|
||||||
|
const { relay } = this.opts;
|
||||||
|
return await relay.remove!(filters, opts);
|
||||||
|
}
|
||||||
|
|
||||||
async close(): Promise<void> {
|
async close(): Promise<void> {
|
||||||
const { pool, relay } = this.opts;
|
const { pool, relay } = this.opts;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue