mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
Sync PNI verification status to storage service.
This commit is contained in:
committed by
Nicholas Tinsley
parent
459607adae
commit
716afc98ac
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user