diff --git a/src/Vervis/API.hs b/src/Vervis/API.hs index 9452d37..cbb639a 100644 --- a/src/Vervis/API.hs +++ b/src/Vervis/API.hs @@ -353,6 +353,7 @@ createNoteC host (Note mluNote luAttrib aud muParent muContext mpublished source , noteReplyTo = Just $ fromMaybe uContext muParent , noteContext = Just uContext , notePublished = Just now + , noteSource = source , noteContent = content } }