Sync PNI verification status to storage service.

This commit is contained in:
Greyson Parrelli
2024-01-29 21:01:38 -05:00
committed by Nicholas Tinsley
parent 459607adae
commit 716afc98ac
11 changed files with 134 additions and 47 deletions

View File

@@ -68,14 +68,15 @@ object RecipientDatabaseTestUtils {
about: String? = null,
aboutEmoji: String? = null,
syncExtras: RecipientRecord.SyncExtras = RecipientRecord.SyncExtras(
null,
null,
null,
IdentityTable.VerifiedStatus.DEFAULT,
false,
false,
0,
null
storageProto = null,
groupMasterKey = null,
identityKey = null,
identityStatus = IdentityTable.VerifiedStatus.DEFAULT,
isArchived = false,
isForcedUnread = false,
unregisteredTimestamp = 0,
systemNickname = null,
pniSignatureVerified = false
),
extras: Recipient.Extras? = null,
hasGroupsInCommon: Boolean = false,