Merge branch 'staging' into ro

This commit is contained in:
yflory
2019-10-28 15:10:29 +01:00
11 changed files with 49 additions and 33 deletions

View File

@@ -552,7 +552,7 @@ define([
// Get the metadata for sframe-common-outer
Store.getMetadata = function (clientId, app, cb) {
var disableThumbnails = Util.find(store.proxy, ['settings', 'general', 'disableThumbnails']);
var teams = store.modules['team'] && store.modules['team'].getTeamsData(app);
var teams = (store.modules['team'] && store.modules['team'].getTeamsData(app)) || {};
var metadata = {
// "user" is shared with everybody via the userlist
user: {