diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index 82cbee00d..68c217108 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -341,7 +341,7 @@ define([ // "priv" is not shared with other users but is needed by the apps priv: { edPublic: store.proxy.edPublic, - friends: store.proxy.friends, + friends: store.proxy.friends || {}, settings: store.proxy.settings, thumbnails: !Util.find(store.proxy, ['settings', 'general', 'disableThumbnails']) }