Added private messaging to the client
This commit is contained in:
parent
e715b1c2c0
commit
c421dc504b
8 changed files with 117 additions and 6 deletions
8
client/src/js/actions/privateChat.js
Normal file
8
client/src/js/actions/privateChat.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
var Reflux = require('reflux');
|
||||
|
||||
var privateChatActions = Reflux.createActions([
|
||||
'open',
|
||||
'close'
|
||||
]);
|
||||
|
||||
module.exports = privateChatActions;
|
Loading…
Add table
Add a link
Reference in a new issue