Update ui/app/AppLayouts/Chat/ChatColumn/Message.qml

Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
This commit is contained in:
RichΛrd 2021-02-01 14:01:30 -04:00 committed by Iuri Matias
parent 4a9f63c59a
commit 200285399d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ Item {
cursorShape: Qt.PointingHandCursor
anchors.fill: parent
onClicked: {
chatsModel.requestMoreMessages(Constants.fetchRangeLast24Hours);
chatsModel.requestMoreMessages(Constants.fetchRangeLast24Hours);
timer.setTimeout(function(){
chatsModel.hideLoadingIndicator()
}, 3000);