add Broadcast
This commit is contained in:
9
broadcasting.go
Normal file
9
broadcasting.go
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
package relayer
|
||||||
|
|
||||||
|
import (
|
||||||
|
"github.com/nbd-wtf/go-nostr"
|
||||||
|
)
|
||||||
|
|
||||||
|
func BroadcastEvent(evt *nostr.Event) {
|
||||||
|
notifyListeners(evt)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user