feat(column): add hashtag column
This commit is contained in:
@@ -372,8 +372,6 @@ export class Ark {
|
||||
signal?: AbortSignal;
|
||||
dedup?: boolean;
|
||||
}) {
|
||||
if (!filter?.authors?.length) return [];
|
||||
|
||||
const rootIds = new Set();
|
||||
const dedupQueue = new Set();
|
||||
const connectedRelays = this.ndk.pool
|
||||
|
||||
Reference in New Issue
Block a user