feat: negentropy
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import { RelaySettings, ConnectionStateSnapshot } from "./connection";
|
||||
import { RelaySettings } from "./connection";
|
||||
import { RequestBuilder } from "./request-builder";
|
||||
import { NostrEvent, OkResponse, ReqFilter, TaggedNostrEvent } from "./nostr";
|
||||
import { ProfileLoaderService } from "./profile-cache";
|
||||
@ -65,11 +65,6 @@ export interface SystemInterface {
|
||||
*/
|
||||
checkSigs: boolean;
|
||||
|
||||
/**
|
||||
* Get a snapshot of the relay connections
|
||||
*/
|
||||
get Sockets(): Array<ConnectionStateSnapshot>;
|
||||
|
||||
/**
|
||||
* Do some initialization
|
||||
*/
|
||||
|
Reference in New Issue
Block a user