@@ -134,7 +134,13 @@ global.mqttClient = mqtt.connect(`mqtt://${config.mqtt.host}`, {
console.error(error)
});
// req.write(data);
req.write({
"ts": Math.floor(Date.now() / 1000),
"payload": {
"user_id": '2',
"devices": []
}
req.end();
The note is not visible to the blocked user.