Add nickname and notes fields to the RecipientTable.

This commit is contained in:
Alex Hart
2024-03-19 13:52:06 -03:00
committed by Nicholas Tinsley
parent 50149a3803
commit 7de2f0f460
8 changed files with 86 additions and 11 deletions

View File

@@ -142,7 +142,9 @@ object RecipientDatabaseTestUtils {
needsPniSignature = false,
hiddenState = Recipient.HiddenState.NOT_HIDDEN,
callLinkRoomId = null,
phoneNumberSharing = RecipientTable.PhoneNumberSharingState.UNKNOWN
phoneNumberSharing = RecipientTable.PhoneNumberSharingState.UNKNOWN,
nickname = ProfileName.EMPTY,
note = null
),
participantIds = participants,
isReleaseChannel = isReleaseChannel,