Add user data to comments correctly

This commit is contained in:
James Allen 2017-01-12 12:05:35 +01:00
parent e7ab92b7c9
commit 6cd8e2a935

View file

@ -368,7 +368,7 @@ define [
refreshThreads()
formatComment = (comment) ->
comment.user = formatUser(user)
comment.user = formatUser(comment.user)
comment.timestamp = new Date(comment.timestamp)
return comment