mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 12:44:38 +00:00
Periodically fetch release notes.
This commit is contained in:
@@ -80,7 +80,8 @@ object RecipientDatabaseTestUtils {
|
||||
),
|
||||
extras: Recipient.Extras? = null,
|
||||
hasGroupsInCommon: Boolean = false,
|
||||
badges: List<Badge> = emptyList()
|
||||
badges: List<Badge> = emptyList(),
|
||||
isReleaseChannel: Boolean = false
|
||||
): Recipient = Recipient(
|
||||
recipientId,
|
||||
RecipientDetails(
|
||||
@@ -142,7 +143,8 @@ object RecipientDatabaseTestUtils {
|
||||
hasGroupsInCommon,
|
||||
badges
|
||||
),
|
||||
participants
|
||||
participants,
|
||||
isReleaseChannel
|
||||
),
|
||||
resolved
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user