|
|
@ -1340,6 +1340,13 @@ public class MessageHelper {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Common reference
|
|
|
|
|
|
|
|
if (thread == null && refs.size() > 0) {
|
|
|
|
|
|
|
|
String ref = refs.get(0);
|
|
|
|
|
|
|
|
if (!Objects.equals(ref, msgid))
|
|
|
|
|
|
|
|
thread = ref;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (thread == null)
|
|
|
|
if (thread == null)
|
|
|
|
thread = getHash() + ":" + uid;
|
|
|
|
thread = getHash() + ":" + uid;
|
|
|
|
|
|
|
|
|
|
|
@ -1422,6 +1429,13 @@ public class MessageHelper {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Common reference
|
|
|
|
|
|
|
|
if (thread == null && refs.size() > 0) {
|
|
|
|
|
|
|
|
String ref = refs.get(0);
|
|
|
|
|
|
|
|
if (!Objects.equals(ref, msgid))
|
|
|
|
|
|
|
|
thread = ref;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (thread == null)
|
|
|
|
if (thread == null)
|
|
|
|
thread = getHash() + ":" + uid;
|
|
|
|
thread = getHash() + ":" + uid;
|
|
|
|
|
|
|
|
|
|
|
|