signal that onLocal is called by onRemote

This commit is contained in:
ansuz 2017-12-22 13:16:15 +01:00
parent 888739e333
commit 26f5a1fe74

View File

@ -103,7 +103,7 @@ define([
});
sframeChan.on('Q_RT_MESSAGE', function (content, cb) {
if (isReady) {
onLocal(); // should be onBeforeMessage
onLocal(true); // should be onBeforeMessage
}
chainpad.message(content);
cb('OK');