hotfix(act-center): fix wrong signal name

This commit is contained in:
Jonathan Rainville 2022-01-20 15:37:17 -05:00 committed by Sale Djenic
parent 349cf4f0ef
commit 3477e4c33e

View File

@ -130,7 +130,7 @@ Item {
//reactionsModel: model.message.reactions
activityCenterMessage: true
read: model.read
onImageClick: { Global.openImagePopup(image); }
onImageClicked: { Global.openImagePopup(image); }
scrollToBottom: null
clickMessage: function (isProfileClick) {
if (isProfileClick) {