I think I got ChannelUpdate working??

This commit is contained in:
hydrabolt
2016-04-30 18:22:09 +01:00
parent 2341c83638
commit 90cf787759
9 changed files with 130 additions and 12 deletions

View File

@@ -100,7 +100,6 @@ class ClientDataStore extends AbstractDataStore{
UpdateChannel(currentChannel, newData) {
let oldChannel = CloneObject(currentChannel);
currentChannel.setup(newData);
this.client.emit(Constants.Events.CHANNEL_UPDATE, oldChannel, currentChannel);
}
}