Skip to content

Commit

Permalink
docs: publishしないことを明示
Browse files Browse the repository at this point in the history
  • Loading branch information
motxx committed Jun 14, 2024
1 parent 4d8e300 commit ee7cec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ func removeListener(ws *WebSocket) {
}

func notifyListeners(event *nostr.Event) {
// This relay is READ-ONLY
// Don't publish to other relays.
// This relay is not expected for clients to publish (read-only).
/*
listenersMutex.Lock()
defer listenersMutex.Unlock()
Expand Down

0 comments on commit ee7cec0

Please sign in to comment.