Store team chat keys in the user proxy
This commit is contained in:
@@ -342,6 +342,9 @@ define([
|
||||
teamId: APP.team
|
||||
}, function (obj) {
|
||||
console.warn(obj);
|
||||
if (obj && obj.error) {
|
||||
return void UI.alert(Messages.error); // XXX
|
||||
}
|
||||
common.setTeamChat(obj.channel);
|
||||
MessengerUI.create($(container), common, true);
|
||||
cb(content);
|
||||
|
||||
Reference in New Issue
Block a user