export sessioninfos so plugins can access it
allows plugins to map client.id to author idpull/1816/head
parent
315e229c83
commit
a62593e9a0
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue