mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
committed by
Alex Hart
parent
1a80cb7c42
commit
60e366e98a
@@ -1102,7 +1102,7 @@ public final class MessageContentProcessor {
|
||||
if (response.getPerson().isPresent()) {
|
||||
recipient = Recipient.externalPush(response.getPerson().get());
|
||||
} else if (response.getGroupId().isPresent()) {
|
||||
GroupId groupId = GroupId.v1(response.getGroupId().get());
|
||||
GroupId groupId = GroupId.push(response.getGroupId().get());
|
||||
recipient = Recipient.externalPossiblyMigratedGroup(groupId);
|
||||
} else {
|
||||
warn("Message request response was missing a thread recipient! Skipping.");
|
||||
|
||||
Reference in New Issue
Block a user