From a09585f074ad9c4c5e724b0f8e11d103a988a5dd Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Sun, 30 Jun 2019 02:52:40 +0000 Subject: [PATCH] Specify noteSource when inserting C2S ticket comment --- src/Vervis/API.hs | 1 + 1 file changed, 1 insertion(+) 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 } }