mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 19:26:17 +00:00
Report shortcut usage when a message is sent to a group.
Fixes #13029 Close #13030
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user