Fix PNP issue around thread merging.

This commit is contained in:
Greyson Parrelli
2022-11-01 20:14:17 -04:00
committed by Cody Henthorne
parent 473c8b199e
commit 8ab16164eb
3 changed files with 6 additions and 19 deletions

View File

@@ -588,7 +588,7 @@ class RecipientDatabaseTest_getAndPossiblyMerge {
}
private fun mmsMessage(sender: RecipientId, time: Long = 0, body: String = "", groupId: Optional<GroupId> = Optional.empty()): IncomingMediaMessage {
return IncomingMediaMessage(sender, groupId, body, time, time, time, emptyList(), 0, 0, false, false, true, Optional.empty())
return IncomingMediaMessage(sender, groupId, body, time, time, time, emptyList(), 0, 0, false, false, true, Optional.empty(), false, false)
}
private fun identityKey(value: Byte): IdentityKey {