mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-12 02:57:34 +00:00
fiusing notificationCenter for sendCommandToAllUsers for testing, seems to work
This commit is contained in:
parent
4ac86c69b4
commit
8cf8f057bb
4 changed files with 20 additions and 8 deletions
|
|
@ -35,9 +35,6 @@ define(["Server/User", "Server/Channel", "Server/Factory"], function(User, Chann
|
|||
this.channels[channelName] = channel;
|
||||
}
|
||||
|
||||
user.notificationCenter = channel.notificationCenter;
|
||||
user.factory = channel.factory;
|
||||
|
||||
channel.addUser(user);
|
||||
user.setChannel(channel);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue