Bugfix. Chat state should be set to active on chat maximized
This commit is contained in:
parent
918b314f70
commit
550d0ae31b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user