diff --git a/index.js b/index.js index 90fd2fe..bb7e5d2 100644 --- a/index.js +++ b/index.js @@ -11,7 +11,7 @@ const M = new Mastodon({ M.get('accounts/verify_credentials').then( me => M.get(`accounts/${me.data.id}/followers`).then(fol => { for (const follow of fol.data) { - M.post('statuses', { status: `@${follow.acct} ${database[Math.floor(Math.random() * database.length)]}\nRandom happiness from compliment: https://git.wadza.fr/sheychen/compliment`, visibility: 'public' }) + M.post('statuses', { status: `@${follow.acct} ${database[Math.floor(Math.random() * database.length)]}\nRandom happiness from compliment: https://git.wadza.fr/sheychen/compliment`, visibility: 'unlisted' }) } }) ) \ No newline at end of file