Quick sort senders/recipients

This commit is contained in:
M66B
2023-12-11 17:04:35 +01:00
parent 3a122b88ef
commit efc29f28c5
4 changed files with 63 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ public class TupleMessageEx extends EntityMessage {
public Boolean identitySynchronize;
public Address[] senders;
public Address[] recipients;
public long[] group_received;
public int count;
public int unseen;
public int unflagged;