Manually scroll down when switching fullscreen chats

This commit is contained in:
JC Brand 2019-06-18 13:59:55 +02:00
parent 4f67f352f5
commit 536b42697c

View File

@ -1289,6 +1289,7 @@ converse.plugins.add('converse-chatview', {
afterShown () {
this.model.clearUnreadMsgCounter();
this.setChatState(_converse.ACTIVE);
this.scrollDown();
this.focus();
},