|
@@ -1956,7 +1956,7 @@
|
|
function featureAdded (feature) {
|
|
function featureAdded (feature) {
|
|
if (!feature) { return; }
|
|
if (!feature) { return; }
|
|
if (feature.get('var') === Strophe.NS.MUC) {
|
|
if (feature.get('var') === Strophe.NS.MUC) {
|
|
- feature.getIdentity('conference', 'text').then(identity => {
|
|
|
|
|
|
+ feature.entity.getIdentity('conference', 'text').then(identity => {
|
|
if (identity) {
|
|
if (identity) {
|
|
setMUCDomain(feature.get('from'), controlboxview);
|
|
setMUCDomain(feature.get('from'), controlboxview);
|
|
}
|
|
}
|