mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-03-06 14:01:00 +01:00
Don't send user timestamps with the clientVars message
This commit is contained in:
parent
73b49e9c25
commit
340fbf4d44
@ -649,6 +649,7 @@ function handleClientReady(client, message)
|
||||
{
|
||||
authorManager.getAuthor(authorId, function(err, author)
|
||||
{
|
||||
delete author.timestamp;
|
||||
historicalAuthorData[authorId] = author;
|
||||
callback(err);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user