@@ -180,7 +180,7 @@ func main() {
for data := range ch {
sdata := string(data)
if sdata != lines {
lines += "\n" + string(sdata)
lines += string(sdata) + "\n"
}
}()
The note is not visible to the blocked user.