Display room's latest event instead of topic when possible.
This commit is contained in:
@@ -16,6 +16,8 @@ Page {
|
||||
|
||||
onRoomAdded: MatriqueSettings.lazyLoad ? {} : room.getPreviousContent(20)
|
||||
onNewMessage: window.active ? {} : matriqueController.showMessage(roomName, content, icon)
|
||||
|
||||
onDataChanged: roomListForm.rawCurrentIndex = -1
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
|
||||
Reference in New Issue
Block a user