mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 09:49:30 +01:00
Remove unused context arguments in RecipientUtil.
This commit is contained in:
committed by
Greyson Parrelli
parent
db0bca00ec
commit
bef83e4c0c
@@ -312,7 +312,7 @@ public final class MessageContentProcessor {
|
||||
if (content.isNeedsReceipt() && messageId != null) {
|
||||
handleNeedsDeliveryReceipt(content, message, messageId);
|
||||
} else if (!content.isNeedsReceipt()) {
|
||||
if (RecipientUtil.shouldHaveProfileKey(context, threadRecipient)) {
|
||||
if (RecipientUtil.shouldHaveProfileKey(threadRecipient)) {
|
||||
Log.w(TAG, "Received an unsealed sender message from " + senderRecipient.getId() + ", but they should already have our profile key. Correcting.");
|
||||
|
||||
if (groupId.isPresent() && groupId.get().isV2()) {
|
||||
|
||||
Reference in New Issue
Block a user