Add edPublic to user profiles

This commit is contained in:
yflory
2020-03-24 13:18:32 +01:00
parent a4d1b47a4c
commit 9aaddea148
2 changed files with 33 additions and 0 deletions

View File

@@ -54,6 +54,9 @@ define([
if (!lm.proxy.notifications) {
lm.proxy.notifications = Util.find(ctx.store.proxy, ['mailboxes', 'notifications', 'channel']);
}
if (!lm.proxy.edPublic) {
lm.proxy.edPublic = ctx.store.proxy.edPublic;
}
if (ctx.onReadyHandlers.length) {
ctx.onReadyHandlers.forEach(function (f) {
try {