mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Add additional delete sync support.
This commit is contained in:
committed by
Greyson Parrelli
parent
d22d18da47
commit
c80ccd70ec
@@ -87,7 +87,7 @@ class ReviewCardRepository {
|
||||
ThreadTable threadTable = SignalDatabase.threads();
|
||||
long threadId = Objects.requireNonNull(threadTable.getThreadIdFor(recipientId));
|
||||
|
||||
threadTable.deleteConversation(threadId);
|
||||
threadTable.deleteConversation(threadId, false);
|
||||
onActionCompleteListener.run();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user