mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Additional work on not sending to blocked recipients.
This commit is contained in:
committed by
Alex Hart
parent
eb12395b8e
commit
83215bb98f
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user