Reply-to is not self

This commit is contained in:
M66B 2023-11-07 11:04:16 +01:00
parent b79a08cd05
commit 73da02698a
1 changed files with 2 additions and 2 deletions

View File

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