Improve call tab performance.

This commit is contained in:
Alex Hart
2025-01-16 17:19:55 -04:00
committed by Greyson Parrelli
parent 71c21eeba6
commit 0b24e42448
9 changed files with 634 additions and 315 deletions

View File

@@ -87,7 +87,7 @@ object MessageDataFetcher {
}
val callsFuture = executor.submitTimed {
SignalDatabase.calls.getCalls(messageIds)
SignalDatabase.calls.getCallsForCache(messageIds)
}
val recipientsFuture = executor.submitTimed {