mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix some issues around SignalServiceAddress creation.
This commit is contained in:
committed by
Alex Hart
parent
a57adcb2b0
commit
08008629b3
@@ -132,8 +132,7 @@ public final class MessageGroupContext {
|
||||
return Stream.of(groupContext.getMembersList())
|
||||
.map(GroupContext.Member::getE164)
|
||||
.withoutNulls()
|
||||
.map(e164 -> new SignalServiceAddress(null, e164))
|
||||
.map(RecipientId::from)
|
||||
.map(RecipientId::fromExternalPush)
|
||||
.filterNot(selfId::equals)
|
||||
.toList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user