|
|
@ -289,8 +289,8 @@ public class EntityMessage implements Serializable {
|
|
|
|
List<Address> senders = new ArrayList<>();
|
|
|
|
List<Address> senders = new ArrayList<>();
|
|
|
|
if (from != null)
|
|
|
|
if (from != null)
|
|
|
|
senders.addAll(Arrays.asList(from));
|
|
|
|
senders.addAll(Arrays.asList(from));
|
|
|
|
if (reply != null)
|
|
|
|
//if (reply != null)
|
|
|
|
senders.addAll(Arrays.asList(reply));
|
|
|
|
// senders.addAll(Arrays.asList(reply));
|
|
|
|
|
|
|
|
|
|
|
|
if (identities != null)
|
|
|
|
if (identities != null)
|
|
|
|
for (TupleIdentityEx identity : identities)
|
|
|
|
for (TupleIdentityEx identity : identities)
|
|
|
|