Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[commhistoryd] Fix missed call notification's "Send message" action. …
…Fixes JB#51627

For missed calls, the caller number is in remoteUid() rather than
targetId().
  • Loading branch information
blammit committed Oct 27, 2020
1 parent e13f2b5 commit d6fa5a9
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 d6fa5a9

Please sign in to comment.