@@ -169,7 +169,7 @@ app.post("/v1/messages", (req, res) => {
responseType: "stream",
})
.catch((e) => {
if(e.response.data) {
if(e?.response?.data) {
// print data
e.response.data.on("data", (chunk) => {
console.log(chunk.toString());
The note is not visible to the blocked user.