@ -0,0 +1,5 @@
const notify = require('./scripts/sendNotify');
const title = process.argv[2];
const content = process.argv[3];
notify.sendNotify(`${title}`, `${content}`);
The note is not visible to the blocked user.