mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
export sessioninfos so plugins can access it
allows plugins to map client.id to author id
This commit is contained in:
parent
315e229c83
commit
a62593e9a0
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue