Additional work on not sending to blocked recipients.

This commit is contained in:
Greyson Parrelli
2022-03-02 16:47:22 -05:00
committed by Alex Hart
parent eb12395b8e
commit 83215bb98f
10 changed files with 97 additions and 35 deletions

View File

@@ -97,7 +97,7 @@ public class GroupReceiptDatabase extends Database {
}
public void setSkipped(Collection<RecipientId> recipients, long mmsId) {
SQLiteDatabase db = databaseHelper.getSignalWritableDatabase();
SQLiteDatabase db = getWritableDatabase();
db.beginTransaction();
try {