mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
Add nickname and notes fields to the RecipientTable.
This commit is contained in:
committed by
Nicholas Tinsley
parent
50149a3803
commit
7de2f0f460
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user