Commit 550d0ae3 authored by JC Brand's avatar JC Brand

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

parent 918b314f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment