From 6049e677953d7b6c2eb2370d4678a486e096100b Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 5 Sep 2019 14:18:56 +0200 Subject: [PATCH] Fix remove yourself as owner with a new-ish account --- www/common/common-ui-elements.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index bdfa56d7d..c0dfbe49b 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -124,6 +124,7 @@ define([ f = f || user; if (f.name) { f.displayName = f.name; + f.edPublic = edPublic; } } _owners[ed] = f || {