export sessioninfos so plugins can access it

allows plugins to map client.id to author id
pull/1816/head
j 2013-06-17 16:48:58 +02:00
parent 315e229c83
commit a62593e9a0
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ var channels = require("channels");
* author = the author name of this session
*/
var sessioninfos = {};
exports.sessioninfos = sessioninfos;
/**
* A changeset queue per pad that is processed by handleUserChanges()