Commit bee745e8b15cc6c950345b606caf878ff277c862

Authored by Adhidarma Hadiwinoto
1 parent 6c3bf82a2d
Exists in master

Null on not do not forward to core

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -37,7 +37,7 @@ function onIncomingMessage(params) {
37 37 from: partner,
38 38 from_raw: params.from_raw,
39 39 msg: msg,
40   - do_not_forward_to_core: params.do_not_forward_to_core,
  40 + do_not_forward_to_core: params.do_not_forward_to_core || null,
41 41 }
42 42 }
43 43