mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Block avatar downloads in message request states.
This commit is contained in:
@@ -84,6 +84,10 @@ public final class MessageRequestRepository {
|
||||
|
||||
Recipient recipient = Recipient.resolved(recipientId);
|
||||
|
||||
if (sharedGroups.isEmpty() && recipient.getHasGroupsInCommon()) {
|
||||
SignalDatabase.recipients().clearHasGroupsInCommon(recipient.getId());
|
||||
}
|
||||
|
||||
return new MessageRequestRecipientInfo(
|
||||
recipient,
|
||||
groupInfo,
|
||||
|
||||
Reference in New Issue
Block a user