From 200285399d811e8748b859997836566ce5bd2d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=CE=9Brd?= Date: Mon, 1 Feb 2021 14:01:30 -0400 Subject: [PATCH] Update ui/app/AppLayouts/Chat/ChatColumn/Message.qml Co-authored-by: Jonathan Rainville --- ui/app/AppLayouts/Chat/ChatColumn/Message.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/Message.qml b/ui/app/AppLayouts/Chat/ChatColumn/Message.qml index b2ec2c8798..d86d0db8f0 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/Message.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/Message.qml @@ -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);