Fix send button not working in a muc room

Was looking at the wrong form
This commit is contained in:
John Spurlock 2021-10-30 11:32:26 -05:00 committed by JC Brand
parent ca02bdcb61
commit 1c6ada4af8

View File

@ -40,7 +40,7 @@ export default class MUCBottomPanel extends BottomPanel {
}
sendButtonClicked (ev) {
this.querySelector('converse-message-form')?.onFormSubmitted(ev);
this.querySelector('converse-muc-message-form')?.onFormSubmitted(ev);
}
hideOccupants (ev) {