diff --git a/src/postal.request-response.js b/src/postal.request-response.js index 744e9f4..6b7bb5f 100644 --- a/src/postal.request-response.js +++ b/src/postal.request-response.js @@ -115,6 +115,8 @@ } oldPub.call( this, envelope ); }; + + _.extend(postal.publish, oldPub); return postal; } ));