@@ -398,8 +398,8 @@ func New() *V {
return
case patch, ok := <-c.patchChan:
if !ok {
v.logDebug(c, "patchChan closed, exiting handler loop")
time.Sleep(100 * time.Millisecond)
continue
}
switch patch.typ {
case patchTypeElements:
The note is not visible to the blocked user.