useSubscribe, handle emitted requests in sqlite
This commit is contained in:
@ -109,7 +109,7 @@ export interface SystemInterface {
|
||||
/**
|
||||
* Push an event into the system from external source
|
||||
*/
|
||||
HandleEvent(ev: TaggedNostrEvent): void;
|
||||
HandleEvent(subId: string, ev: TaggedNostrEvent): void;
|
||||
|
||||
/**
|
||||
* Send an event to all permanent connections
|
||||
|
Reference in New Issue
Block a user