Merge branch 'checkpoint-bug' into merge-checkpoint-bug

This commit is contained in:
ansuz
2018-04-27 17:45:26 +02:00
3 changed files with 12 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ define([], function () {
// shim between chainpad and netflux
var msgIn = function (peerId, msg) {
return msg.replace(/^cp\|/, '');
return msg.replace(/^cp\|([A-Za-z0-9+\/=]+\|)?/, '');
};
var msgOut = function (msg) {