mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-23 03:05:26 +00:00
Clean up chat folder records.
This commit is contained in:
committed by
Cody Henthorne
parent
247c5de140
commit
82bb18e218
@@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user