mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix contact name syncing to storage service.
This commit is contained in:
@@ -4298,6 +4298,8 @@ open class RecipientTable(context: Context, databaseHelper: SignalDatabase) : Da
|
||||
rotateStorageId(id)
|
||||
}
|
||||
}
|
||||
|
||||
pendingRecipients.forEach { id -> rotateStorageId(id) }
|
||||
}
|
||||
|
||||
private fun clearSystemDataForPendingInfo() {
|
||||
|
||||
Reference in New Issue
Block a user