Добавил в onCursor idOriginal

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@66712 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2015-12-10 10:41:21 +00:00
parent 9ef6fe222e
commit d6cc2551ba

View File

@ -1431,7 +1431,7 @@ exports.install = function(server, callbackFunction) {
function* onCursor(conn, data) {
var docId = conn.docId;
var userId = conn.user.id;
var msg = {cursor: data.cursor, time: Date.now(), user: userId, username: conn.user.username};
var msg = {cursor: data.cursor, time: Date.now(), user: userId, useridoriginal: conn.user.idOriginal};
logger.info("send cursor: docId = %s %s", docId, msg);