Release chat folders to internal users.

This commit is contained in:
Michelle Tang
2024-10-11 09:38:53 -07:00
committed by Greyson Parrelli
parent e5c122d972
commit c4fc32988c
64 changed files with 3166 additions and 251 deletions

View File

@@ -77,7 +77,7 @@ public class UserNotificationMigrationJob extends MigrationJob {
ThreadTable threadTable = SignalDatabase.threads();
int threadCount = threadTable.getUnarchivedConversationListCount(ConversationFilter.OFF) +
int threadCount = threadTable.getUnarchivedConversationListCount(ConversationFilter.OFF, null) +
threadTable.getArchivedConversationListCount(ConversationFilter.OFF);
if (threadCount >= 3) {