change parsing so NIP12 can work, rename types.

This commit is contained in:
fiatjaf
2022-02-08 16:27:33 -03:00
parent ef1f548212
commit 86853004ef
7 changed files with 213 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ type Subscription struct {
channel string
relays map[string]*Connection
filters EventFilters
filters Filters
Events chan EventMessage
started bool