mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-20 16:54:28 +01:00
Sync thread deletes for message requests.
This commit is contained in:
committed by
Cody Henthorne
parent
5b2547c26c
commit
1f8af6fa26
+1
-1
@@ -280,7 +280,7 @@ public final class MessageRequestRepository {
|
||||
}
|
||||
|
||||
ThreadTable threadTable = SignalDatabase.threads();
|
||||
threadTable.deleteConversation(threadId, false);
|
||||
threadTable.deleteConversation(threadId);
|
||||
|
||||
onMessageRequestDeleted.run();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user