Make sure you always know yourself in the ownerhsip modal

pull/1/head
yflory 5 years ago
parent e76a62c2a5
commit 772ecb7365

@ -154,6 +154,12 @@ define([
return true;
}
});
if (ed === edPublic) {
f = f || user;
if (f.name) {
f.displayName = f.name;
}
}
_owners[ed] = f || {
displayName: 'Unknown user: '+ ed, // XXX
notifications: true,

Loading…
Cancel
Save