Fix undefined friends

This commit is contained in:
yflory 2018-01-23 12:09:54 +01:00
parent af2bde27c6
commit 006d99e19a
1 changed files with 1 additions and 1 deletions

View File

@ -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'])
}