@@ -83,7 +83,7 @@ func (rb *RingBuf) Bytes() []byte {
}
return out
out := make([]byte, rb.writePos+1)
out := make([]byte, rb.writePos)
copy(out, rb.data[:rb.writePos])
The note is not visible to the blocked user.