mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
Clean up chat folder records.
This commit is contained in:
committed by
Cody Henthorne
parent
247c5de140
commit
82bb18e218
@@ -73,7 +73,6 @@ class ChatFolderTablesTest {
|
||||
showUnread = true,
|
||||
showMutedChats = true,
|
||||
showGroupChats = true,
|
||||
isMuted = true,
|
||||
folderType = ChatFolderRecord.FolderType.GROUP
|
||||
)
|
||||
|
||||
@@ -96,7 +95,6 @@ class ChatFolderTablesTest {
|
||||
val updatedFolder = folder.copy(
|
||||
name = "updatedFolder2",
|
||||
position = 1,
|
||||
isMuted = true,
|
||||
includedChats = listOf(aliceThread, charlieThread),
|
||||
excludedChats = listOf(bobThread)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user