mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
Don't send user timestamps with the clientVars message
This commit is contained in:
parent
73b49e9c25
commit
340fbf4d44
1 changed files with 1 additions and 0 deletions
|
@ -649,6 +649,7 @@ function handleClientReady(client, message)
|
||||||
{
|
{
|
||||||
authorManager.getAuthor(authorId, function(err, author)
|
authorManager.getAuthor(authorId, function(err, author)
|
||||||
{
|
{
|
||||||
|
delete author.timestamp;
|
||||||
historicalAuthorData[authorId] = author;
|
historicalAuthorData[authorId] = author;
|
||||||
callback(err);
|
callback(err);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue