mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
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) {
|
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) {
|
function setActiveNotificationGroup(group) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user