Add user data to comments correctly
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user