pipe raw md to comment models

This commit is contained in:
Ryan Nystrom
2017-09-27 22:17:42 -04:00
parent 0de9dd5146
commit e29b0c06da
2 changed files with 6 additions and 2 deletions

View File

@@ -83,7 +83,8 @@ func createCommentModel(
bodyModels: bodies,
reactions: reactions,
collapse: collapse,
threadState: threadState
threadState: threadState,
rawMarkdown: commentFields.body
)
}