We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ff8e commit 44c0869Copy full SHA for 44c0869
src/plugins/muc-views/modals/muc-list.js
@@ -112,6 +112,7 @@ export default class MUCListModal extends BaseModal {
112
113
onDomainChange () {
114
this.getElementsByClassName('form-control')[0].value = this.model.get('muc_domain');
115
+ this.items = [];
116
api.settings.get('auto_list_rooms') && this.updateRoomsList();
117
}
118
0 commit comments