Periodically fetch release notes.

This commit is contained in:
Cody Henthorne
2022-02-02 10:45:04 -05:00
parent 9114dc83d7
commit 8348badcd6
25 changed files with 789 additions and 34 deletions

View File

@@ -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
)