diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-12 12:53:04 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-12 12:53:04 +0300 |
| commit | 7363094b454caa55d69acc95a3f0af70e0bd5e0e (patch) | |
| tree | 49cb5e5b83382f22a873dc88e51723ca0fd442e8 | |
| parent | b312eff1eb7325ab5d2a164120280e78297e9339 (diff) | |
client/rz_mesh: push attribute diffs to activity monitor
| -rw-r--r-- | src/client/rz_mesh.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/rz_mesh.js b/src/client/rz_mesh.js index 02393e9b..d464ba0a 100644 --- a/src/client/rz_mesh.js +++ b/src/client/rz_mesh.js @@ -85,6 +85,8 @@ function( util, model_diff, model_util, io, activity) { function ws_diff_merge__attr(attr_diff_spec, attr_diff_cr) { var attr_diff = model_diff.new_attr_diff_from_spec(attr_diff_spec); // run through validation console.log('ws: rx: ws_diff_merge__attr, committing wire-adapted topo_diff:', attr_diff); + + activity.incomingActivityBus.push(attr_diff_spec); rz_mesh_graph_ref.commit_diff__attr(attr_diff); } |
