Fix contact name syncing to storage service.

This commit is contained in:
Greyson Parrelli
2023-02-14 12:46:51 -05:00
parent 4397b5af25
commit 60874ba57b
2 changed files with 8 additions and 1 deletions

View File

@@ -4298,6 +4298,8 @@ open class RecipientTable(context: Context, databaseHelper: SignalDatabase) : Da
rotateStorageId(id)
}
}
pendingRecipients.forEach { id -> rotateStorageId(id) }
}
private fun clearSystemDataForPendingInfo() {