mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-04 13:05:19 +01:00
@@ -3820,6 +3820,10 @@ open class RecipientTable(context: Context, databaseHelper: SignalDatabase) : Da
|
||||
recipientsWithinInteractionThreshold.remove(Recipient.self().id)
|
||||
}
|
||||
|
||||
if (recipientsWithinInteractionThreshold.isEmpty()) {
|
||||
return emptyList()
|
||||
}
|
||||
|
||||
val select = SqlUtil.buildFastCollectionQuery(ID, recipientsWithinInteractionThreshold, "$LAST_PROFILE_FETCH < $lastProfileFetchThreshold AND")
|
||||
|
||||
return readableDatabase
|
||||
|
||||
Reference in New Issue
Block a user