fix(ActivityCenterStore): Fix `switchTo` message is argument (#11639)
This commit is contained in:
parent
cc5f057b3a
commit
38672ffda6
|
@ -86,7 +86,7 @@ QtObject {
|
|||
}
|
||||
|
||||
function switchTo(notification) {
|
||||
root.activityCenterModuleInst.switchTo(notification.sectionId, notification.chatId, notification.id)
|
||||
root.activityCenterModuleInst.switchTo(notification.sectionId, notification.chatId, notification.message.id)
|
||||
}
|
||||
|
||||
function setActiveNotificationGroup(group) {
|
||||
|
@ -96,4 +96,4 @@ QtObject {
|
|||
function setActivityCenterReadType(readType) {
|
||||
root.activityCenterModuleInst.setActivityCenterReadType(readType)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue