Skip to content

Commit 1419c08

Browse files
committed
Make setDomain changes affect MUC list modal
1 parent 13976bf commit 1419c08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/muc-views/modals/muc-list.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default class MUCListModal extends BaseModal {
111111
}
112112

113113
onDomainChange () {
114+
this.getElementsByClassName('form-control')[0].value = this.model.get('muc_domain');
114115
api.settings.get('auto_list_rooms') && this.updateRoomsList();
115116
}
116117

0 commit comments

Comments
 (0)