mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 03:11:10 +01:00
Release chat folders to internal users.
This commit is contained in:
committed by
Greyson Parrelli
parent
e5c122d972
commit
c4fc32988c
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user