signal that onLocal is called by onRemote
This commit is contained in:
parent
888739e333
commit
26f5a1fe74
@ -103,7 +103,7 @@ define([
|
|||||||
});
|
});
|
||||||
sframeChan.on('Q_RT_MESSAGE', function (content, cb) {
|
sframeChan.on('Q_RT_MESSAGE', function (content, cb) {
|
||||||
if (isReady) {
|
if (isReady) {
|
||||||
onLocal(); // should be onBeforeMessage
|
onLocal(true); // should be onBeforeMessage
|
||||||
}
|
}
|
||||||
chainpad.message(content);
|
chainpad.message(content);
|
||||||
cb('OK');
|
cb('OK');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user