Added private messaging to the client

This commit is contained in:
khlieng 2015-01-30 02:34:28 +01:00
parent e715b1c2c0
commit c421dc504b
8 changed files with 117 additions and 6 deletions

View file

@ -0,0 +1,8 @@
var Reflux = require('reflux');
var privateChatActions = Reflux.createActions([
'open',
'close'
]);
module.exports = privateChatActions;