refactor: reactions grouping and other fixes
This commit is contained in:
@ -25,7 +25,7 @@ import { FeedCache } from "@snort/shared";
|
||||
import { EventsCache } from "../cache/events";
|
||||
import { RelayMetricHandler } from "../relay-metric-handler";
|
||||
import debug from "debug";
|
||||
import { ConnectionPool } from "nostr-connection-pool";
|
||||
import { ConnectionPool } from "connection-pool";
|
||||
|
||||
export class SystemWorker extends EventEmitter<NostrSystemEvents> implements SystemInterface {
|
||||
#log = debug("SystemWorker");
|
||||
|
Reference in New Issue
Block a user