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()
|
||||
|
||||
formatComment = (comment) ->
|
||||
comment.user = formatUser(user)
|
||||
comment.user = formatUser(comment.user)
|
||||
comment.timestamp = new Date(comment.timestamp)
|
||||
return comment
|
||||
|
||||
|
|
Loading…
Reference in a new issue