diff --git a/app/src/main/java/org/thoughtcrime/securesms/jobs/PushGroupSendJob.java b/app/src/main/java/org/thoughtcrime/securesms/jobs/PushGroupSendJob.java index a7cc883ab4..e692551ff9 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/jobs/PushGroupSendJob.java +++ b/app/src/main/java/org/thoughtcrime/securesms/jobs/PushGroupSendJob.java @@ -231,6 +231,7 @@ public final class PushGroupSendJob extends PushSendJob { List 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) {