Ensure nickname form is rendered across page loads

if the page is reloaded while the nickname form is shown
This commit is contained in:
JC Brand 2019-06-01 16:16:30 +02:00
parent 267fb38e0c
commit 6dea4eabe7

View File

@ -582,6 +582,7 @@ converse.plugins.add('converse-muc-views', {
this.updateAfterMessagesFetched();
this.createOccupantsView();
this.registerHandlers();
this.onConnectionStatusChanged();
/**
* Triggered once a groupchat has been opened
* @event _converse#chatRoomOpened