@@ -204,6 +204,7 @@ rtxt.decode = function (buf, offset) {
rtxt.decode.bytes = 0
rtxt.encodingLength = function (data) {
if (!data) return 2
return (Buffer.isBuffer(data) ? data.length : Buffer.byteLength(data)) + 2
}
The note is not visible to the blocked user.