mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add user data to comments correctly
This commit is contained in:
parent
e7ab92b7c9
commit
6cd8e2a935
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ define [
|
||||||
refreshThreads()
|
refreshThreads()
|
||||||
|
|
||||||
formatComment = (comment) ->
|
formatComment = (comment) ->
|
||||||
comment.user = formatUser(user)
|
comment.user = formatUser(comment.user)
|
||||||
comment.timestamp = new Date(comment.timestamp)
|
comment.timestamp = new Date(comment.timestamp)
|
||||||
return comment
|
return comment
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue