mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 01:40:07 +01:00
Add more logging around missing RecipientId.
This commit is contained in:
committed by
Cody Henthorne
parent
f5215d715a
commit
bce133ac28
@@ -601,7 +601,11 @@ open class RecipientTable(context: Context, databaseHelper: SignalDatabase) : Da
|
||||
}
|
||||
|
||||
val recipientId = RecipientId.from(id)
|
||||
update(recipientId, groupUpdates)
|
||||
val updateSuccess = update(recipientId, groupUpdates)
|
||||
|
||||
if (!updateSuccess) {
|
||||
Log.w(TAG, "Failed to update newly-created record for $recipientId")
|
||||
}
|
||||
|
||||
return recipientId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user