Bugfix. Chat state should be set to active on chat maximized

This commit is contained in:
JC Brand 2019-08-02 11:15:17 +02:00
parent 918b314f70
commit 550d0ae31b

View File

@ -206,7 +206,7 @@ converse.plugins.add('converse-minimize', {
if (!this.model.isScrolledUp()) {
this.model.clearUnreadMsgCounter();
}
this.model.setChatState(_converse.INACTIVE);
this.model.setChatState(_converse.ACTIVE);
this.show();
/**
* Triggered when a previously minimized chat gets maximized