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 74d84f4 commit 9d4f6dbCopy full SHA for 9d4f6db
src/plugins/muc-views/modals/muc-list.js
@@ -113,6 +113,7 @@ export default class MUCListModal extends BaseModal {
113
onDomainChange () {
114
this.getElementsByClassName('form-control')[0].value = this.model.get('muc_domain');
115
this.items = [];
116
+ this.model.save('feedback_text', '');
117
api.settings.get('auto_list_rooms') && this.updateRoomsList();
118
}
119
0 commit comments