mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-16 03:34:22 +01:00
implement nip-16 on closed and basic relays.
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
func (b *BasicRelay) QueryEvents(filter *nostr.Filter) (events []nostr.Event, err error) {
|
||||
var conditions []string
|
||||
var params []interface{}
|
||||
var params []any
|
||||
|
||||
if filter == nil {
|
||||
err = errors.New("filter cannot be null")
|
||||
|
||||
Reference in New Issue
Block a user