This commit is contained in:
lesion
2019-07-31 02:08:46 +02:00
parent 0efc321b79
commit 37b63fc767

View File

@@ -49,6 +49,7 @@ const Helpers = {
for(let follower of followers) {
console.error('send message to ', follower)
const body = event.toAP(user.username, follower)
body['@context'] = 'https://www.w3.org/ns/activitystreams'
Helpers.signAndSend(body, user, follower)
}
}