From f590f60dcb7b800f04cea983313d0b1046f72e9f Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 6 Jan 2020 17:51:40 +0100 Subject: [PATCH] Fix transfer ownership to a team --- www/common/cryptpad-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index c869967af..57815b3ef 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -728,7 +728,7 @@ define([ }).nThen(function () { postMessage("SET_PAD_TITLE", { teamId: data.teamId, - href: data.href, + href: Hash.getRelativeHref(data.href), title: data.title, password: data.password, channel: secret.channel,