mirror of
https://github.com/aljazceru/ditto.git
synced 2026-01-05 14:44:27 +01:00
Add supportedNips to all storages
This commit is contained in:
@@ -59,6 +59,7 @@ function storeEvent(event: Event, opts: StoreEventOpts = {}): Promise<void> {
|
||||
}
|
||||
|
||||
const client: EventStore = {
|
||||
supportedNips: [1],
|
||||
getEvents,
|
||||
storeEvent,
|
||||
countEvents: () => Promise.reject(new Error('COUNT not implemented')),
|
||||
|
||||
Reference in New Issue
Block a user