@@ -2973,7 +2973,7 @@ const (
StateClosed
)
var stateName = map[ConnState]string{
var stateName = []string{
StateNew: "new",
StateActive: "active",
StateIdle: "idle",
The note is not visible to the blocked user.