Clean up chat folder records.

This commit is contained in:
Michelle Tang
2025-03-21 10:07:55 -04:00
committed by Cody Henthorne
parent 247c5de140
commit 82bb18e218
13 changed files with 102 additions and 83 deletions

View File

@@ -291,15 +291,11 @@ class UnarchivedConversationListDataSourceTest {
position = -1,
includedChats = emptyList(),
excludedChats = emptyList(),
includedRecipients = emptySet(),
excludedRecipients = emptySet(),
showUnread = false,
showMutedChats = false,
showIndividualChats = false,
showGroupChats = false,
isMuted = false,
folderType = ChatFolderRecord.FolderType.ALL,
unreadCount = 0
folderType = ChatFolderRecord.FolderType.ALL
)
}
}