Inline internal-only strings.

This commit is contained in:
Greyson Parrelli
2022-11-04 16:08:50 -04:00
committed by Cody Henthorne
parent 9bdf65c4e4
commit b419eb4cd5
9 changed files with 119 additions and 223 deletions

View File

@@ -2279,7 +2279,7 @@ open class RecipientDatabase(context: Context, databaseHelper: SignalDatabase) :
db.beginTransaction()
try {
for ((e164, result) in mapping) {
ids += processPnpTuple(e164, result.pni, result.aci, false).finalId
ids += getAndPossiblyMerge(serviceId = result.aci, pni = result.pni, e164 = e164, pniVerified = false, changeSelf = false)
}
db.setTransactionSuccessful()