Skip to content

Commit

Permalink
Merge branch 'jb51627-call-notif' into 'master'
Browse files Browse the repository at this point in the history
[commhistoryd] Fix missed call notification's "Send message" action. Fixes JB#51627

See merge request mer-core/commhistory-daemon!49
  • Loading branch information
blam committed Oct 28, 2020
2 parents e13f2b5 + d6fa5a9 commit 651ff1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notificationmanager.cpp
Expand Up @@ -700,7 +700,7 @@ void NotificationManager::setNotificationProperties(Notification *notification,
MESSAGING_INTERFACE,
START_CONVERSATION_METHOD,
QVariantList() << pn->account()
<< pn->targetId()
<< pn->remoteUid()
<< true));
}

Expand Down

0 comments on commit 651ff1d

Please sign in to comment.