Bridged WebSocket Events and REST Requests. Now REST Requests will respond exactly like WS Events to data

This commit is contained in:
hydrabolt
2016-04-24 16:30:58 +01:00
parent c42e303b7b
commit 1676a5e73f
12 changed files with 139 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ class TextChannel extends ServerChannel {
this.store.remove(storeKeys[0]);
}
this.store.add('messages', message);
return this.store.add('messages', message);
}
}