Add additional delete sync support.

This commit is contained in:
Cody Henthorne
2024-06-13 10:11:29 -04:00
committed by Greyson Parrelli
parent d22d18da47
commit c80ccd70ec
37 changed files with 183 additions and 333 deletions

View File

@@ -274,7 +274,7 @@ public final class MessageRequestRepository {
}
ThreadTable threadTable = SignalDatabase.threads();
threadTable.deleteConversation(threadId);
threadTable.deleteConversation(threadId, false);
onMessageRequestDeleted.run();
});