Make sure you always know yourself in the ownerhsip modal

pull/1/head
yflory 2019-09-02 17:58:36 +02:00
parent e76a62c2a5
commit 772ecb7365
1 changed files with 6 additions and 0 deletions

View File

@ -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,