Merge branch 'master' into staging

This commit is contained in:
yflory
2018-04-27 17:51:12 +02:00
5 changed files with 63 additions and 4 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) {