Report shortcut usage when a message is sent to a group.

Fixes #13029
Close #13030
This commit is contained in:
Yuichi Araki
2023-06-26 17:36:35 +09:00
committed by Nicholas
parent df3ca3d3cc
commit f51fb9da29

View File

@@ -231,6 +231,7 @@ public final class PushGroupSendJob extends PushSendJob {
List<SendMessageResult> results = deliver(message, originalEditedMessage, groupRecipient, target);
processGroupMessageResults(context, messageId, threadId, groupRecipient, message, results, target, skipped, existingNetworkFailures, existingIdentityMismatches);
ConversationShortcutRankingUpdateJob.enqueueForOutgoingIfNecessary(groupRecipient);
Log.i(TAG, JobLogger.format(this, "Finished send."));
} catch (UntrustedIdentityException | UndeliverableMessageException e) {