mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Add user data to comments correctly
This commit is contained in:
@@ -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