diff --git a/api/src/api/me.js b/api/src/api/me.js index 54ab5df..d46aaff 100644 --- a/api/src/api/me.js +++ b/api/src/api/me.js @@ -138,6 +138,7 @@ async function sendNote(from, to, html, modc) { type: 'Note', content: html, attributedTo: actor.id, + published: new Date().toISOString(), to: [ to.url ], }, }