remove conn field from subscription.

This commit is contained in:
fiatjaf
2023-06-22 09:12:35 -03:00
parent 030c1d1898
commit 68648a16b9
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ import (
type Subscription struct {
label string
counter int
conn *Connection
Relay *Relay
Filters Filters