Merge branch 'develop' of github.com:thecodingmachine/workadventure into e2e_reconnect_tests
This commit is contained in:
commit
c27662c315
51 changed files with 1894 additions and 1710 deletions
|
@ -100,11 +100,11 @@ export class PusherRoom {
|
|||
|
||||
// Let's dispatch this variable to all the listeners
|
||||
for (const listener of this.listeners) {
|
||||
const subMessage = new SubMessage();
|
||||
if (!readableBy || listener.tags.includes(readableBy)) {
|
||||
const subMessage = new SubMessage();
|
||||
subMessage.setVariablemessage(variableMessage);
|
||||
listener.emitInBatch(subMessage);
|
||||
}
|
||||
listener.emitInBatch(subMessage);
|
||||
}
|
||||
} else if (message.hasErrormessage()) {
|
||||
const errorMessage = message.getErrormessage() as ErrorMessage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue