Merge branch 'soon'

pull/1/head
ansuz 2019-09-23 17:58:34 +02:00
commit 8edf69e410
1 changed files with 3 additions and 0 deletions

View File

@ -165,6 +165,9 @@ define([
rosterData.lastKnownHash = hash;
});
var state = roster.getState();
var teamData = Util.find(ctx, ['store', 'proxy', 'teams', id]);
if (teamData) { teamData.metadata = state.metadata; }
team.sendEvent = function (q, data, sender) {
ctx.emit(q, data, team.clients.filter(function (cId) {